• Sorts out the list of Theses into the lists of This, That and Both values.

    Type Parameters

    • A

    • B

    Parameters

    Returns [List<A>, List<B>, List<Tuple<A, B>>]

    The tuple of the list of values contained by This, That and Both respectively.

Generated using TypeDoc