rustc_
mir_
transform
1.87.0-nightly
(920d95eaf 2025-03-28)
rustc_mir_transform
Function
take_array
Copy item path
Source
pub(crate) fn take_array<T, const N:
usize
>( b: &mut
Box
<
[T]
>, ) ->
Result
<
[T; N]
,
Box
<
[T]
>>