There is a way to list all keyword arguments defined by a function f? (a sort of reflection?)
e.g.; *having*function f(i::Int; a::AbstractString=0, b::Float64=0.0) ... end *how to return a, b from f?* Many thanks in advance Leonardo
There is a way to list all keyword arguments defined by a function f? (a sort of reflection?)
e.g.; *having*function f(i::Int; a::AbstractString=0, b::Float64=0.0) ... end *how to return a, b from f?* Many thanks in advance Leonardo