ary method

T ary(
  1. Args2<A, A2> args
)

Takes in two arguments and calls the function with those arguments.

Implementation

T ary(Args2<A, A2> args) => this.call(args.arg1, args.arg2);