apL method

Fn5<R, T1, T2, T3, T4, T5> apL(
  1. T0 arg
)

Implementation

Fn5<R, T1, T2, T3, T4, T5> apL(T0 arg) => applyLeft6(this, arg);