Module exhaustive

Source
Expand description

Iterators that generate Strings without repetition.

Functionsยง

exhaustive_fixed_length_strings
Generates all [String]s of a given length.
exhaustive_fixed_length_strings_using_chars
Generates all Strings of a given length with chars from a single iterator.
exhaustive_strings
Generates all [String]s.
exhaustive_strings_using_chars
Generates all [String]s with chars from a specified iterator.
lex_fixed_length_strings
Generates all [String]s of a given length in lexicographic order.
lex_fixed_length_strings_using_chars
Generates all [String]s of a given length with chars from a single iterator, in lexicographic order.
shortlex_strings
Generates [String]s in shortlex order.
shortlex_strings_using_chars
Generates [String]s with chars from a specified iterator, in shortlex order.