Skip to content

Tracking Issue for const_char_classify #132241

Open

Description

Feature gate: #![feature(const_char_is_digit)] #![feature(const_char_classify)]

This is a tracking issue for supporting char::is_digit and char::is_whitespace in const scenarios.

Public API

impl char {
    pub const fn is_digit(self, radix: u32) -> bool;
    pub const fn is_whitespace(self) -> bool;
}

Steps / History

Unresolved Questions

  • None yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: A tracking issue for an RFC or an unstable feature.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