Function rustc_mir_transform::take_array

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