Function rolling_hash

Source
pub fn rolling_hash<T: Into<u128> + Copy>(
    pattern: &[T],
    text: &[T],
) -> Vec<usize>
Expand description

text 内での pattern の出現位置の始点を返す