A frozen (immutable) ordered map and set implementation.
pub use crate::map::FrozenMap;
pub use crate::set::FrozenSet;