pub fn copy_u8_array<const N: usize>(slice: &[u8]) -> [u8; N]
Expand description

Copies a slice to a fixed-sized array.