Module implementation

Source
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.