☰
Module vec
rustc_index
1.75.0-dev
Module vec
Structs
In crate rustc_index
Modules
bit_set
idx
interval
slice
vec
Macros
newtype_index
static_assert_size
Structs
IndexSlice
IndexVec
Traits
Idx
?
Module
rustc_index
::
vec
source
·
[
−
]
Structs
IndexVec
An owned contiguous collection of
T
s, indexed by
I
rather than by
usize
.