phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
VariantArrays.reserve
nxt
container
variant_arrays
VariantArrays
Reserve space for
newCapacity
elements of type
SomeKind
.
struct
VariantArrays
(Types...)
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.