Interface Comparator<T>

interface Comparator<T> ((a, b) => -1 | 0 | 1)

Type Parameters

  • T