Searched defs:insertSorted (Results 1 – 2 of 2) sorted by relevance
915 export function insertSorted<T>(array: SortedArray<T>, insert: T, compare: Comparer<T>, allowDuplic… function
652 function insertSorted(array, insert, compare, allowDuplicates) { function