swapArgs method

R Function(T2, T1) swapArgs()

Implementation

R Function(T2, T1) swapArgs() => (T2 t2, T1 t1) => this(t1, t2);