Module rustc_data_structures::indexed_set[][src]

Structs

IdxSet

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

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