Type alias _ArrangedLargestToSmallest<A, B>Internal Category

_ArrangedLargestToSmallest<A, B>: [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