Function unc_stdx::split_array

source ·
pub fn split_array<const N: usize, const L: usize, const R: usize>(
    xs: &[u8; N]
) -> (&[u8; L], &[u8; R])
Expand description

Splits &[u8; L + R] into (&[u8; L], &[u8; R]).