utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
List.read
utils
ds
List
Reads an element at an index
T
read
()
uinteger
read
(T[] buffer)
T
read
(uinteger index)
class
List
(T)
T
read
(
uinteger
index
)
T
[]
read
(uinteger index, uinteger i2)
Return Value
Type:
T
the element read
Throws
Exception if index out of bounds
Meta
Source
See Implementation
utils
ds
List
constructors
this
functions
append
clear
clearFreeSpace
indexOf
insert
loadArray
read
readLast
readPtr
remove
removeLast
saveFile
set
setFreeSpace
shrink
toArray
write
properties
freeSpace
length
seek
Reads an element at an index