apL method

Fn1<R, T1> apL(
  1. T0 arg
)

Implementation

Fn1<R, T1> apL(T0 arg) => applyLeft2(this, arg);