Re-exports§
pub use array::*;
Modules§
Structs§
- F32
- A wrapper around
f32that provides additional useful traits, such as Ord. - F64
- A wrapper around
f64that provides additional useful traits, such as Ord. - Regex
- A compiled regular expression for searching Unicode haystacks.
Functions§
- build_
string_ interner - Build the string interner circuit.
- intern_
string - Intern a string.
- unintern_
string - Returns the original string given its interned id.