utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
List.read
utils
ds
List
Read a slice from the list.
T
read
()
uinteger
read
(T[] buffer)
T
read
(uinteger index)
T
[]
read
(uinteger index, uinteger i2)
class
List
(T)
T
[]
read
(
uinteger
index
,
uinteger
i2
)
Return Value
Type:
T
[]
the elements 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
Read a slice from the list.