rustc_
mir_
transform
1.85.0-nightly
(d49be02cf 2024-12-02)
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]
>>