Expand description
A vector with custom index types.
This data-structure is mostly meant to be used with the index types defined
with crate::generate_index_type!: by using custom index types, we
leverage the type checker to prevent us from mixing them.
Structs§
- Index
Vec - Contiguous indexed vector.
Traits§
- Idx
- Represents a wrapped value convertable to and from a
usize.