StaticModArray.popBack

Pop last (back) element.

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

Meta