Expand description

Iterators that generate Strings without repetition.

Functions

Generates all Strings of a given length.

Generates all Strings of a given length with chars from a single iterator.

Generates all Strings.

Generates all Strings with chars from a specified iterator.

Generates all Strings of a given length in lexicographic order.

Generates all Strings of a given length with chars from a single iterator, in lexicographic order.

Generates Strings in shortlex order.

Generates Strings with chars from a specified iterator, in shortlex order.