Trait method lrs::hash::Hasher::write_u32

Adds a u32 to the hasher.

Syntax

fn write_u32(&mut self, val: u32) -> ()

Arguments

NameDescription
val

The value to add to the hash state.