Searched refs:createSortedArray (Results 1 – 5 of 5) sorted by relevance
9 export const emptyArray: SortedReadonlyArray<never> = createSortedArray<never>();125 export function createSortedArray<T>(): SortedArray<T> { function
6576 function createSortedArray<T>(): SortedArray<T>;
152801 server.emptyArray = createSortedArray();152883 function createSortedArray() { function152886 server.createSortedArray = createSortedArray;
152607 server.emptyArray = createSortedArray();152689 function createSortedArray() { function152692 server.createSortedArray = createSortedArray;
6647 function createSortedArray<T>(): SortedArray<T>;