utils v0.1.8 (2018-01-19T16:45:16Z)
Dub
Repo
List.set
utils
lists
List
Changes the value of element at an index.
dat
is the new data
class
List
(T)
void
set
(
uinteger
index
,
T
dat
)
Meta
Source
See Implementation
utils
lists
List
constructors
this
functions
add
addArray
clear
indexOf
insert
loadArray
read
readLast
readRange
remove
removeLast
saveFile
set
shrink
toArray
properties
length
Changes the value of element at an index.
dat is the new data