Trait method lrs::hash::Hasher::write_isize

Adds an isize to the hasher.

Syntax

fn write_isize(&mut self, val: isize) -> ()

Arguments

NameDescription
val

The value to add to the hash state.