Hi, Suppose I have
type dat
a :: Array{Float64,1}
b :: Float64
end
and variable *data *of type *dat*
is there a function that prints out the fields of *data* with some
information about each field?
Thanks a lot,
Alex
Hi, Suppose I have
type dat
a :: Array{Float64,1}
b :: Float64
end
and variable *data *of type *dat*
is there a function that prints out the fields of *data* with some
information about each field?
Thanks a lot,
Alex