Documentation
    Preparing search index...

    Class FlippableAbstract

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Reverse the order of the arguments to a function.

      Type Parameters

      • A
      • B
      • C

      Parameters

      • this: (a: A, b: B) => C

      Returns (b: B, a: A) => C