read_array_unsafe

Function 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.