Function crc32_u16

pub fn crc32_u16(crc: u32, v: u16) -> u32 
Available on crate feature dep_safe_arch only.
Expand description

Accumulates the u16 into a running CRC32 value.