Function shadow_pod::from_array

source ยท
pub fn from_array<const N: usize, T: Pod>(x: &[u8; N]) -> T
Expand description

Interpret the bytes of x as a value of type T.