Trait method lrs::hash::Hasher::write_i32

Adds an i32 to the hasher.

Syntax

fn write_i32(&mut self, val: i32) -> ()

Arguments

NameDescription
val

The value to add to the hash state.