An empty class that facilitates the construction of slices.
More...
#include <jem/base/Slice.h>
Instances of the class End
can be passed to the global function slice()
to create slices that extend to the end of an array-like object. There exists one pre-defined instance of this class that is named END
.
- See also
slice()
, All
, Begin
.