pub fn from_array<const N: usize, T: Pod>(x: &[u8; N]) -> T
Interpret the bytes of x as a value of type T.
x
T