phobos-next v0.4.6 (2022-11-25T12:27:21Z)
Home
Dub
Repo
VariantArrays.reserve
nxt
container
variant_arrays
VariantArrays
Reserve space for
newCapacity
elements of type
SomeKind
.
struct
VariantArrays
(Types...)
@
safe
size_t
reserve
(
SomeKind
)
(
in
size_t
newCapacity
)
if
(
Ref.canReferenceType
!
SomeKind
)
Meta
Source
See Implementation
nxt
container
variant_arrays
VariantArrays
aliases
Ref
Size
put
functions
allOf
at
empty
insertBack
insertBackMove
opOpAssign
peek
reserve
properties
length
static functions
makeRef
Reserve space for newCapacity elements of type SomeKind.