Expand description
Contains the fixed Set implementation.
Re-exports
pub use self::storage::SetStorage;
Modules
- Module that defines the
SetStoragetrait.
Structs
- A fixed set with storage specialized through the
Keytrait.
Type Aliases
- The iterator produced by
Set::into_iter. - The iterator produced by
Set::iter.