Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No conversion from Utf32String to Vec<char> #37

Closed
Xiretza opened this issue Apr 26, 2023 · 0 comments
Closed

No conversion from Utf32String to Vec<char> #37

Xiretza opened this issue Apr 26, 2023 · 0 comments
Labels

Comments

@Xiretza
Copy link

Xiretza commented Apr 26, 2023

Despite what the documentation says, there is no conversion from Utf32String to Vec<char> (but there is the other way around):

This also means that Utf32String is the same representation as a Vec<char>; indeed conversions between the two exist and are simple typecasts.

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

No branches or pull requests

2 participants