Array.opSlice

Access by slice.

struct Array(T, size_t chunkSize = 32)
T[]
opSlice
(
const(size_t) start
,
const(size_t) end
)

Meta