Searched defs:arrayIsSorted (Results 1 – 3 of 3) sorted by relevance
807 export function arrayIsSorted<T>(array: readonly T[], comparer: Comparer<T>) { function
873 function arrayIsSorted(array, comparer) { function
781 function arrayIsSorted(array, comparer) { function