Std.Adler32.roll
fn
roll: UInt32 -> UInt8 -> UInt8 -> Int -> UInt32This is a callable function.
What it does
Performs an O(1) rolling update over a sliding window of size `length`.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
