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
GarishPrint.jl/src/struct.jl
Line 37 in e45f117
So now we simply show (...) when t is too long. How about trying to display typeof(t) only when it exceeds the max length?
(...)
t
typeof(t)
The text was updated successfully, but these errors were encountered:
fix Roger-luo#9
e353d9c
950d27d
1af299b
No branches or pull requests
GarishPrint.jl/src/struct.jl
Line 37 in e45f117
So now we simply show
(...)
whent
is too long. How about trying to displaytypeof(t)
only when it exceeds the max length?The text was updated successfully, but these errors were encountered: