take_array
rustc_
mir_
transform
1.94.0-beta.2
(23a44d3c7 2026-01-25)
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]
>>