StaticModArray.pushBack

Push/Add elements es at back. NOTE Doesn't invalidate any borrow.

struct StaticModArray(uint capacity, uint elementLength, uint span, bool useModuloFlag)
@safe pure nothrow @nogc ref
pushBack
(
Es...
)
(
Es es
)
if (
Es.length <= capacity
)
if (
capacity * elementLength >= 2
)

Meta