apL method

Fn9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> apL(
  1. T0 arg
)

Implementation

Fn9<R, T1, T2, T3, T4, T5, T6, T7, T8, T9> apL(T0 arg) =>
    applyLeft10(this, arg);