Crate hkalbasi_rustc_ap_rustc_index

Source

Modules§

bit_set
interval

Macros§

newtype_index
Creates a struct type S that can be used as an index with IndexVec and so on.
static_assert_size
Type size assertion. The first argument is a type and the second argument is its expected size.

Structs§

IndexSlice
A view into contiguous Ts, indexed by I rather than by usize.
IndexVec
An owned contiguous collection of Ts, indexed by I rather than by usize.

Traits§

Idx
Represents some newtyped usize wrapper.