Expand description

FixedSliceVec is a structure for defining variably populated vectors backed by a slice of storage capacity.

Structs

Vec-like structure backed by a storage slice of possibly uninitialized data.

Error that occurs when a call that attempts to access the FixedSliceVec in a manner that does not respect the current length of the vector, i.e. its current number of initialized items.

Error that occurs when a call that attempts to increase the number of items in the FixedSliceVec fails due to insufficient storage capacity.