partial2 method
Implementation
Function2<C, D, R> partial2(A first, B second) =>
    (C third, D fourth) => this(first, second, third, fourth);Function2<C, D, R> partial2(A first, B second) =>
    (C third, D fourth) => this(first, second, third, fourth);