Crate rustc_index
source ·Modules
Macros
- Creates a struct type
S
that can be used as an index withIndexVec
and so on. - Type size assertion. The first argument is a type and the second argument is its expected size.
Structs
- A view into contiguous
T
s, indexed byI
rather than byusize
. - An owned contiguous collection of
T
s, indexed byI
rather than byusize
.
Traits
- Represents some newtyped
usize
wrapper.