Iterates on top of another iterator and returns a slice as a multidimensional window at the current position.
SliceIterator is used by map for packed slices.
See Implementation
Iterates on top of another iterator and returns a slice as a multidimensional window at the current position.
SliceIterator is used by map for packed slices.