phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
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
T
constructors
this
functions
at
available
back
chunks
contains
empty
front
full
length
popBack
popFront
popFrontN
pushBack
manifest constants
keySeparator
Push/Add elements es at back. NOTE Doesn't invalidate any borrow.