If a package author has defined a custom show
function for their composite type, is there a way to easily print the default show
? That is, what Julia would have shown for the composite type before the customization?
I am using Juno to step through the code of complex functions to try and I want to see the data representation but the full structure of the struct
isn't shown due to the custom printing.