Module vec
rustc_
index
1.85.1
(4eb161250 2025-03-15)
Module vec
Module Items
Structs
In crate rustc_
index
Modules
bit_set
idx
interval
slice
vec
Macros
newtype_index
static_assert_size
Structs
IndexSlice
Traits
Idx
rustc_index
Module
vec
Copy item path
Settings
Help
Summary
Source
Structs
§
Index
Vec
An owned contiguous collection of
T
s, indexed by
I
rather than by
usize
.