Trait method lrs::hash::Hasher::write_u64

Adds a u64 to the hasher.

Syntax

fn write_u64(&mut self, val: u64) -> ()

Arguments

NameDescription
val

The value to add to the hash state.