We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Despite what the documentation says, there is no conversion from Utf32String to Vec<char> (but there is the other way around):
Utf32String
Vec<char>
This also means that Utf32String is the same representation as a Vec<char>; indeed conversions between the two exist and are simple typecasts.
The text was updated successfully, but these errors were encountered:
2938576
No branches or pull requests
Despite what the documentation says, there is no conversion from
Utf32String
toVec<char>
(but there is the other way around):The text was updated successfully, but these errors were encountered: