args multimethod

Methods

args()
Get function arguments

Returns

Hash

Example

F f(x,y,z=100) args()
f(1,2)  # {x=1, y=2, z=100}