rustc_mir_transform

Function take_array

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