nxt.minimal_fixed_array

Undocumented in source.

Members

Structs

MinimalFixedArray
struct MinimalFixedArray(E, ubyte capacity)

Minimalistic fixed-length (static) array of (capacity) number of elements of type E where length only fits in an ubyte for compact packing.

Meta