-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
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 RFCT-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.
Description
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
- Implementation of
u16::is_utf16_surrogate
(Add u16::is_utf16_surrogate #94713) - Final comment period (FCP)
- Stabilization PR
Unresolved Questions
- What other useful UTF-16 methods should be exposed?
versusvoid, ConnorGray, osa1 and bjoernager
Metadata
Metadata
Assignees
Labels
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 RFCT-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.