StaticModArray.available

Get remaining space available. Name taken from the same member of https://docs.rs/fixedvec/0.2.3/fixedvec/

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

Meta