pub fn slice_shared_prefix_len(
slice: &[u128],
other: &[u128],
max_len: usize,
) -> usizeAvailable on (crate features
bigendian or net) and crate feature bigendian only.Expand description
Length of the longest shared prefix of two bit strings.