dump
dump(x)
Show all user-visible structure of a value.
Examples
julia> ex = :(x + y)
dump(ex)
Expr
head: Symbol call
args: Array(Any,(3,))
1: Symbol +
2: Symbol x
3: Symbol y
typ: Any
See Also
:@printf, :@sprintf, display, displayable, dump, info, isprint, print, println, print_escaped, print_joined, print_shortest, print_unescaped, print_with_color, pushdisplay, redisplay, show, showall, showcompact, sprint, versioninfo,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.