Searched defs:arrayIsSorted (Results 1 – 2 of 2) sorted by relevance
945 export function arrayIsSorted<T>(array: readonly T[], comparer: Comparer<T>) { function
671 function arrayIsSorted(array, comparer) { function