MinimalFixedArray

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

@safe
struct MinimalFixedArray (
E
ubyte capacity
) {}

Meta