Module exhaustive

Source
Expand description

Iterators that generate chars without repetition.

Structs§

ExhaustiveChars
Generates all chars, in a friendly order, so that more familiar char come first.

Functions§

ascii_chars_increasing
Generates all ASCII chars, in ascending order.
chars_increasing
Generates all chars, in ascending order.
exhaustive_ascii_chars
Generates all ASCII chars, in a friendly order, so that more familiar chars come first.
exhaustive_chars
Generates all chars, in a friendly order, so that more familiar chars come first.