Function reverse

  • Generate a parameter-reversed version of a function. 📘

    Parameters

    • x: Function

      a function

    Returns Function

    (p, q, ...) => x(..., q, p)

Generated using TypeDoc