Function len_lcp

Source
pub fn len_lcp<T>(a: &[u8], m: &Range<T>, b: &[u8], n: &Range<T>) -> T
where T: PrimInt + NumCast, Range<T>: Iterator<Item = T>,
Expand description

Get length of the longest common prefix bits for the given two slices.