Feature gate: #![feature(default_ignorable)]
This is a tracking issue for a function to query the Default_Ignorable_Code_Point Unicode property for a character.
Public API
// core
impl char {
pub fn is_default_ignorable(self) -> bool;
}
Steps / History
(Remember to update the S-tracking-* label when checking boxes.)
Unresolved Questions
@rustbot label A-Unicode
Feature gate:
#![feature(default_ignorable)]This is a tracking issue for a function to query the
Default_Ignorable_Code_PointUnicode property for a character.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)char::is_default_ignorableunstably public #157944Unresolved Questions
@rustbot label A-Unicode
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩