Module rustc_pattern_analysis::index
source · Structs§
- An owned contiguous collection of
T
s, indexed byI
rather than byusize
. - A fixed-size bitset type with a dense representation.
Traits§
- Represents some newtyped
usize
wrapper.
T
s, indexed by I
rather than by usize
.usize
wrapper.