ary method

T ary(
  1. Args1<A> args
)

Takes an argument and calls the function with the argument.

Implementation

T ary(Args1<A> args) => this.call(args.arg1);