Closed
Description
Tracking issue for feature(array_from_ref)
which adds the following methods
// std::array
pub fn from_ref<T>(s: &T) -> &[T; 1];
pub fn from_mut<T>(s: &mut T) -> &mut [T; 1];
Steps / History
- Implementation: add array::from_ref #77074
- FCP
- Stabilization PR
Metadata
Metadata
Assignees
Labels
Area: `[T]`Category: An issue tracking the progress of sth. like the implementation of an RFCLibs issues that are tracked on the team's project board.Relevant to the library API team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.