Module multiset
Expand description
A data structure for representing multi-subsets of sequences (typically strings).
Structs§
- Mapper
- Range
Iter - Subset
- Represents a multi-subset of a string, that is a subset where elements can be included multiple times. This is represented as each element of the string having a “count” which is the number of times that element is included in the set.
- Subset
Builder - ZipIter
- See
Subset::zip - ZipSegment
- See
Subset::zip
Enums§
- Count
Matcher - Determines which elements of a
Subseta method applies to based on the count of the element.