StaticModArray.popFront

Pop first (front) element.

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

Meta