Julia package to inspect the names and types of method arguments
julia> Pkg.add("MethodInspector")
julia> using MethodInspector
julia> # Now you can use arg_names, arg_types, kwarg_names and kwarg_types on any method of a function.
See the docs for more details on usage.
You'll also find more examples in the tests/.