Function bitcoin_test::next_string

source ·
pub fn next_string<CharType, const StringLength: usize>(
    string: &mut [CharType; StringLength],
    min_char: CharType,
    max_char: CharType
) -> bool
Expand description

| Increment a string. Useful to enumerate | all fixed length strings with characters | in [min_char, max_char]. |