Expand description
Various implementations of stable vector types and index types.
Modulesยง
- marked_
index - An index type that is marked by a type. This prevents to accidentally use a wrong value as the index for a stable vector.
- option_
vec - A stable vector based on the
Option
type. - usize_
index - Implementations of the index traits for
usize
to allows its usage as a simple index type.