take_array
rustc_
mir_
transform
1.91.0-nightly
(7ad23f43a 2025-09-09)
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]
>>