phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
StaticModArray.pushBack
nxt
container
static_modarray
StaticModArray
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
auto ref
pushBack
(
Es
...
)
(
Es
es
)
if
(
Es.length
<=
capacity
)
if
(
capacity
*
elementLength
>= 2
)
Meta
Source
See Implementation
nxt
container
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
Push/Add elements es at back. NOTE Doesn't invalidate any borrow.