Function bitcoin_test::for_each_no_dup
source · pub fn for_each_no_dup<CharType, Fn, const StringLength: usize>(
string: &mut [CharType; StringLength],
min_char: CharType,
max_char: CharType,
fn_: Fn
)Expand description
| Iterate over string values and call | function for each string without successive | duplicate characters. |