phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
StaticModArray.this
nxt
static_modarray
StaticModArray
Construct with elements
es
.
this
(StaticModArray!(rhsCapacity, elementLength, span, useModuloFlag) rhs)
this
(Es es)
struct
StaticModArray
(uint capacity, uint elementLength, uint span, bool useModuloFlag)
this
(
Es
...
)
(
Es
es
)
if
(
Es.length
>= 1 &&
Es.length
<=
capacity
)
if
(
capacity
*
elementLength
>= 2
)
this
(Ix[] es)
Meta
Source
See Implementation
nxt
static_modarray
StaticModArray
aliases
Ix
T
constructors
this
functions
at
available
back
chunks
contains
empty
front
full
length
popBack
popFront
popFrontN
pushBack
manifest constants
L
keySeparator
typeBits
properties
toString
Construct with elements es.