Re-exports§
pub use vec::IndexVec;
Modules§
Macros§
- indexvec
 - newtype_
index  - Creates a struct type 
Sthat can be used as an index withIndexVecand so on. - static_
assert_ size  - Type size assertion. The first argument is a type and the second argument is its expected size.
 
Structs§
- Index
Slice  - A view into contiguous 
Ts, indexed byIrather than byusize. 
Traits§
- Idx
 - Represents some newtyped 
usizewrapper. - Into
Slice Idx  - Helper trait for indexing operations with a custom index type.