pub unsafe fn read_array_unsafe<'a, T: Sized>(input: &'a [u8]) -> &'a [T]
Expand description

Reads an array of Ts from input with no checks.