Array.opSlice

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