rustc_
mir_
transform
1.83.0-beta.7
(b35ad722a 2024-11-22)
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]
>>