FixedArray.len

Return the length of the array.

This returns the same value as length, except it uses the narrowest type in which the length is guaranteed to fit.

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

Meta