dplug v14.3.0 (2024-02-05T14:07:57Z)
Home
Dub
Repo
Vec.this
dplug
core
vec
Vec
Creates an aligned buffer with given initial size.
struct
Vec
(T)
nothrow @
nogc
@
safe
this
(
size_t
initialSize
,
int
alignment
)
Meta
Source
See Implementation
dplug
core
vec
Vec
aliases
opDollar
put
constructors
this
destructors
~this
functions
capacity
clearContents
fill
indexOf
length
opCatAssign
opIndex
opIndexAssign
opOpAssign
opSlice
popBack
pushBack
releaseData
removeAndReplaceByLastElement
removeAndShiftRestOfArray
resize
postblits
this(this)
properties
ptr
Creates an aligned buffer with given initial size.