pub fn count_multiplicities<T>( table: &[T], values: &[T], check_inclusion: bool, ) -> Result<Vec<usize>, Error>where T: Eq + Hash + Debug,