Trait method lrs::hash::Hasher::write_u16

Adds a u16 to the hasher.

Syntax

fn write_u16(&mut self, val: u16) -> ()

Arguments

NameDescription
val

The value to add to the hash state.