Re-exports§
pub use vec::IndexVec;
Modules§
Macros§
- newtype_
index - Creates a struct type
S
that can be used as an index withIndexVec
and 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
T
s, indexed byI
rather than byusize
.
Traits§
- Idx
- Represents some newtyped
usize
wrapper.