Trait method lrs::hash::Hasher::write_i16

Adds an i16 to the hasher.

Syntax

fn write_i16(&mut self, val: i16) -> ()

Arguments

NameDescription
val

The value to add to the hash state.