Expand description
FixedSliceVec is a structure for defining variably populated vectors backed by a slice of storage capacity.
Structsยง
- Fixed
Slice Vec - Vec-like structure backed by a storage slice of possibly uninitialized data.
- Index
Error - 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.
- Storage
Error - Error that occurs when a call that attempts to increase the number of items in the FixedSliceVec fails due to insufficient storage capacity.