StaticModArray.chunks

struct StaticModArray(uint capacity, uint elementLength, uint span, bool useModuloFlag)
pure nothrow @safe @nogc pragma(inline, true) inout
chunks
()
if (
capacity * elementLength >= 2
)

Return Value

Type: auto

elements as a slice.

Meta