class RollingHash
- RollingHash
- Reference
- Object
Defined in:
string/rolling_hash.crConstant Summary
-
MOD =
(1_u64 << 61) - 1
Constructors
- .new(s : String, base : UInt64 = 10007_u64)
- .new(a : Array(Int), base : UInt64 = 10007_u64)
- .new(size, a : Enumerable, base : UInt64 = 10007_u64, &)