Function zero::read_array_unsafe

source ·
pub unsafe fn read_array_unsafe<T: Sized>(input: &[u8]) -> &[T]
Expand description

Reads an array of Ts from input with no checks.