Trait method lrs::hash::Hasher::write_usize

Adds a usize to the hasher.

Syntax

fn write_usize(&mut self, val: usize) -> ()

Arguments

NameDescription
val

The value to add to the hash state.