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