dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Vec.pushBack
dplug
core
vec
Vec
Appends a slice to this buffer.
slice
should not belong to the same buffer _data.
void
pushBack
(T x)
void
pushBack
(Vec other)
void
pushBack
(T[] slice)
struct
Vec
(T)
nothrow @
nogc
@
trusted
void
pushBack
(
T
[]
slice
)
Meta
Source
See Implementation
dplug
core
vec
Vec
aliases
opDollar
put
size
ssize
constructors
this
destructors
~this
functions
capacity
clearContents
fill
indexOf
isEmpty
length
opCatAssign
opIndex
opIndexAssign
opOpAssign
opSlice
popBack
pushBack
releaseData
removeAndReplaceByLastElement
removeAndShiftRestOfArray
resize
slength
postblits
this(this)
properties
ptr
Appends a slice to this buffer. slice should not belong to the same buffer _data.