StaticModArray.full

struct StaticModArray(uint capacity, uint elementLength, uint span, bool useModuloFlag)
pure nothrow @safe @nogc pragma(inline, true) const
bool
full
()
if (
capacity * elementLength >= 2
)

Return Value

Type: bool

true if this is full, false otherwise.

Meta