BoundedArray.maxElements

The maximum number of elements this bounded array can hold.

struct BoundedArray(E, size_t maxElements_)
static
enum maxElements = maxElements_;

Meta