phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
StaticModArray.pushBack
nxt
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
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.