mapN<P> method

P mapN<P>(
  1. P f(
    1. T,
    2. S
    )
)

Implementation

P mapN<P>(P Function(T, S) f) => f($0, $1);