Trait method lrs::hash::Hasher::write_i8

Adds an i8 to the hasher.

Syntax

fn write_i8(&mut self, val: i8) -> ()

Arguments

NameDescription
val

The value to add to the hash state.