pub fn rolling_hash<T: Into<u128> + Copy>( pattern: &[T], text: &[T], ) -> Vec<usize>
text 内での pattern の出現位置の始点を返す