@jonahsnider/util

    Type Alias _ArrangedLargestToSmallest<A, B>Internal

    _ArrangedLargestToSmallest:
        | [largest: A, smallest: B]
        | [largest: B, smallest: A]

    A tuple of two elements arranged so the largest element is first and the smallest is last.

    Array

    Type Parameters

    • A
    • B
    MMNEPVFCICPMFPCPTTAAATR