ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Array.opSlice
ocean
io
device
Array
Array
Return a void[] read of the buffer from start to end, where end is exclusive.
class
Array
final
void
[]
opSlice
(
size_t
start
,
size_t
end
)
Meta
Source
See Implementation
ocean
io
device
Array
Array
constructors
this
functions
append
assign
bufferSize
capacity
clear
detach
flush
limit
next
opSlice
position
read
readable
reader
seek
slice
toString
writable
write
writer
Return a void[] read of the buffer from start to end, where end is exclusive.