Skip to main content
take_array
rustc_
mir_
transform
1.98.0-nightly
(14210df0e 2026-05-31)
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]
>>