Home
last modified time | relevance | path

Searched defs:arrayIsSorted (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts945 export function arrayIsSorted<T>(array: readonly T[], comparer: Comparer<T>) { function
/third_party/typescript/lib/
Dtsc.js671 function arrayIsSorted(array, comparer) { function