char::try_to_ascii ? #71683
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
A simple method that could be useful:
related to char::is_ascii and char::to_ascii_lowercase/uppercase. Its purpose is to avoid some 'as' casts in user code:
A simple implementation could be:
The text was updated successfully, but these errors were encountered: