Pudu programming language
Menu

Std.Adler32.roll

1 declaration

fn

roll: UInt32 -> UInt8 -> UInt8 -> Int -> UInt32

This 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.

Back to Std.Adler32Search related declarations