Expand description
Trie Occurrence Counter is frequency dictionary that uses any impl Iterator<Item = char>
type as occurrent.
Support for English letters A–Za–z OOB.
Modules§
- Module for working with English alphabet letters, A-Za-z.
Structs§
- Trie Occurrence Counter is frequency dictionary that uses any
impl Iterator<Item = char>
type as occurrent.
Enums§
- Insertion result enumeration.
- Versatile result enumeration.
Type Aliases§
- Index conversion function. Tighten with alphabet used. Returns corresponding
usize
d index ofchar
.