Constant access to all elements of type SomeKind.
Get reference to element of type SomeKind at index.
Get reference to element of type SomeKind at ref_.
Check if empty.
Insert value at back.
Move (emplace) value into back.
Peek at element of type SomeKind at ref_.
Reserve space for newCapacity elements of type SomeKind.
Make reference to type SomeKind at offset index.
Stores set of variants.
Enables lightweight storage of polymorphic objects.
Each element is indexed by a corresponding VariantRef.