Module rustc_data_structures::indexed_set
[−]
[src]
🔬 This is a nightly-only experimental API. (
rustc_private
)Structs
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 |
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 |