-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking issue for array::try_map #79711
Copy link
Copy link
Open
Labels
A-arrayArea: `[T; N]`Area: `[T; N]`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-arrayArea: `[T; N]`Area: `[T; N]`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs issues that are tracked on the team's project board.Libs issues that are tracked on the team's project board.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature gate:
#![feature(array_try_map)]This is a tracking issue for
Public API
https://doc.rust-lang.org/nightly/std/primitive.array.html#method.try_map
Steps / History
array::try_map #79713Makearray::{try_from_fn, try_map}andIterator::try_findgeneric overTry#91286Result, vs potentially supportingOptionand otherTrytypes Decide on generic-ness of functions likeIterator::try_findandarray::try_map#85115Unresolved Questions