Chunks.slice

Underlying ndslice. It always correspond to current chunks state. Its shape equal to the concatenation of the all chunks.

struct Chunks(size_t[] dimensions, Iterator, size_t N = 1, SliceKind kind = Contiguous)
@property
@optmath
Slice!(Iterator, N, kind)
slice
()
()

Meta