slice_shared_prefix_len

Function slice_shared_prefix_len 

Source
pub fn slice_shared_prefix_len(
    slice: &[u16],
    other: &[u16],
    max_len: usize,
) -> usize
Available on crate feature bigendian only.
Expand description

Length of the longest shared prefix of two bit strings.