Std.SipHash.sipHash24Int
1 declaration
fn
sipHash24Int: &Std.SipHash.SipKey -> Int -> UInt64This is a callable function.
What it does
Computes SipHash-2-4 directly over a 64-bit integer without allocating byte arrays.
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.
- & borrows a value for this call instead of moving or copying it.
