apR method

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

Implementation

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