apL method

Fn0<R> apL(
  1. T0 arg
)

Implementation

Fn0<R> apL(T0 arg) => applyLeft1(this, arg);