VariantArrays.reserve

Reserve space for newCapacity elements of type SomeKind.

struct VariantArrays(Types...)
@safe
void
reserve
(
SomeKind
)
()
if (
Ref.canReferenceType!SomeKind
)

Meta