Trait method lrs::hash::Hasher::write_i64

Adds an i64 to the hasher.

Syntax

fn write_i64(&mut self, val: i64) -> ()

Arguments

NameDescription
val

The value to add to the hash state.