take_array

Function take_array 

Source
pub(crate) fn take_array<T, const N: usize>(
    b: &mut Box<[T]>,
) -> Result<[T; N], Box<[T]>>