pub fn common_hex_len(bytes_a: &[u8], bytes_b: &[u8]) -> usize
Expand description

Calculates common prefix length of two bytes. The length to be returned is a number of hexadecimal digits.