dplug v14.3.0 (2024-02-05T14:07:57Z)
Home
Dub
Repo
Vec.resize
dplug
core
vec
Vec
Resizes a buffer to hold
askedSize
elements.
struct
Vec
(T)
nothrow @
nogc
@
trusted
void
resize
(
size_t
askedSize
)
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
Resizes a buffer to hold askedSize elements.