Performs fun(st.front!d).
Creates a Concatenation view of multiple slices.
Pads with a constant value.
Pads with the edge values of slice.
Pads with the reflection of the slice mirrored along the edge of the slice.
Pads with the wrap of the slice along the axis. The first values are used to pad the end and the end values are used to pad the beginning.
Iterates 1D fragments in Slice or Concatenation in optimal for buffering way.
Pads with a constant value.
Pads with the edge values of slice.
Pads with the reflection of the slice mirrored along the edge of the slice.
Pads with the wrap of the slice along the axis. The first values are used to pad the end and the end values are used to pad the beginning.
Iterates elements in Slice or Concatenation until pred returns true.
This is a submodule of mir.ndslice.
The module contains ._concatenation routine. It construct Concatenation structure that can be assigned to an ndslice of the same shape with [] = or [] op= .
slicedNdField can be used to construct ndslice view on top of Concatenation.
slice has special overload for Concatenation that can be used to allocate new ndslice.
Concatenation constructors