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