The OpenD Programming Language

Concatenation

Members

Functions

elementCount
size_t elementCount()

Total elements count in the concatenation.

empty
bool empty()
front
auto ref front()

Multidimensional input range primitives

length
size_t length()

Length primitive

lightConst
auto lightConst()
lightImmutable
auto lightImmutable()
opIndex
auto opIndex(size_t[N] indices)

Simplest multidimensional random access primitive

popFront
void popFront()

Multidimensional input range primitives

shape
size_t[N] shape()

Shape of the concatenation.

Variables

_slices
Slices _slices;

Slices and sub-concatenations

Meta