Skip to content

Tracking issue for array::try_map #79711

Open
@eopb

Description

@eopb

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

impl<T, const N: usize> [T; N] {
    pub fn try_map<F, R>(
        self,
        f: F
    ) -> <<R as Try>::Residual as Residual<[<R as Try>::Output; N]>>::TryType
    where
        F: FnMut(T) -> R,
        R: Try,
        <R as Try>::Residual: Residual<[<R as Try>::Output; N]>;
}

Steps / History

Unresolved Questions

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-arrayArea: `[T; N]`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCLibs-TrackedLibs 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions