Module rustc_data_structures::indexed_set [] [src]

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Structs

Elems [
Experimental
]
IdxSet [
Experimental
]

Represents a set (or packed family of sets), of some element type E, where each E is identified by some unique index type T.

IdxSetBuf [
Experimental
]

Represents a set (or packed family of sets), of some element type E, where each E is identified by some unique index type T.

Iter [
Experimental
]