Skip to content

Tracking Issue for extra UTF-16 methods #94919

Open
@clarfonthey

Description

@clarfonthey

Feature gate: #![feature(utf16_extra)]

This is a tracking issue for extra UTF-16 methods, which currently just includes u16::is_utf16_surrogate.

Public API

impl u16 {
    pub const fn is_utf16_surrogate(self) -> bool;
}

Steps / History

Unresolved Questions

  • What other useful UTF-16 methods should be exposed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-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