Module malachite_base::strings::exhaustive
source · Expand description
Iterators that generate String
s without repetition.
Functions§
- Generates all [
String
]s of a given length. - Generates all
String
s of a given length withchar
s from a single iterator. - Generates all [
String
]s. - Generates all [
String
]s withchar
s from a specified iterator. - Generates all [
String
]s of a given length in lexicographic order. - Generates all [
String
]s of a given length withchar
s from a single iterator, in lexicographic order. - Generates [
String
]s in shortlex order. - Generates [
String
]s withchar
s from a specified iterator, in shortlex order.