Skip to main content
take_array
rustc_
mir_
transform
1.96.0-beta.5
(a5a9a5438 2026-05-01)
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]
>>