StaticModArray.empty

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

Return Value

Type: bool

true if this is empty, false otherwise.

Meta