Skip to content

Tracking Issue for new_range_remainder #154458

@tgross35

Description

@tgross35

Feature gate: #![feature(new_range_remainder)]

This is a tracking issue for the remainder method of new std::range iterator types.

Public API

// core::range


impl<A: Step> RangeFromIter<A> {
    pub fn remainder(self) -> RangeFrom<A>;
}

impl<A: Step> RangeInclusiveIter<A> {
    pub fn remainder(self) -> Option<RangeInclusive<A>>;
}

impl<A> RangeIter<A> {
    pub fn remainder(self) -> Range<A>;
}

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

Unresolved Questions

See Also

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions