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
julia> about("abα") 4-codeunit String (mutable) (<: AbstractString <: Any), occupies 4B directly (referencing 12B in total) • Character set: Unicode ┌╴'a'╶─┐┌╴'b'╶─┐┌╴'Î'╶─┐┌╴'±'╶─┐ 4 codepoints 01100001011000101100111010110001
I found the breakdown into Î and ± confusing, as it's unclear how that relates to α
Î
±
α
The text was updated successfully, but these errors were encountered:
So, I'd like to show that α spans two codeunits, this is a bit tricky though the way that the display code is implemented.
This string display actually re-uses the dense vector display, and that's built around constant-size elements.
PRs welcome, or I'll get to this eventually 🙂
Sorry, something went wrong.
No branches or pull requests
I found the breakdown into
Î
and±
confusing, as it's unclear how that relates toα
The text was updated successfully, but these errors were encountered: