Function flipThird4

  • Flips the first with the third parameters of a function with four arguments.

    Type Parameters

    • R

    • A

    • B

    • C

    • D

    Parameters

    • func: ((a: A, b: B, c: C, d: D) => R)

      The function whose parameters are to be flipped.

        • (a: A, b: B, c: C, d: D): R
        • Parameters

          • a: A
          • b: B
          • c: C
          • d: D

          Returns R

    Returns ((c: C, a: A, b: B, d: D) => R)

      • (c: C, a: A, b: B, d: D): R
      • Parameters

        • c: C
        • a: A
        • b: B
        • d: D

        Returns R

Generated using TypeDoc