FixedArray.capacity

Return the maximal capacity of the array

struct FixedArray(T, size_t N, bool InitializeMembers = true)
@property const nothrow pure @nogc
L
capacity
()

Return Value

Type: L

The capacity of the array, using the smallest unsigned type that can hold it.

Meta