This is a submodule of mir.ndslice.
The module contains _chunks routine. Chunks structure is multidimensional random access range with slicing.
slicedField, slicedNdField can be used to construct ndslice view on top of Chunks.
Creates Chunks.
Evaluates popFront!dimmensionIndex for multiple Chunks structures at once. All chunks structures must have for the appropriate dimension the same chunk lengths and the same underlying slice lengths.
Checks if T is Chunks type.
See Source File
Apache-2.0
2020 Ilia Ki, Kaleidic Associates Advisory Limited, Symmetry Investments
Ilia Ki
This is a submodule of mir.ndslice.
The module contains _chunks routine. Chunks structure is multidimensional random access range with slicing.
slicedField, slicedNdField can be used to construct ndslice view on top of Chunks.