phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
VariantArrays.reserve
nxt
variant_arrays
VariantArrays
Reserve space for
newCapacity
elements of type
SomeKind
.
struct
VariantArrays
(Types...)
@
safe
void
reserve
(
SomeKind
)
(
size_t
newCapacity
)
if
(
Ref.canReferenceType
!
SomeKind
)
Meta
Source
See Implementation
nxt
variant_arrays
VariantArrays
functions
allOf
at
empty
insertBack
insertBackMove
length
opOpAssign
peek
reserve
static functions
makeRef
Reserve space for newCapacity elements of type SomeKind.