• Swaps elements of the tuple.

    Type Parameters

    • A

    • B

    Parameters

    • tuple: Tuple<A, B>

      The source tuple.

    Returns Tuple<B, A>

    The swapped tuple.

Generated using TypeDoc