Searched defs:sort (Results 1 – 6 of 6) sorted by relevance
26 declare function sort<U extends IComparable<U>>(items: U[]): U[]; function
25 declare function sort<U extends IComparable<any>>(items: U[]): U[]; function
42 sort(compareFunction?: (a: T, b: T) => number): void; method
407 static sort<T>(dit: typeof ListWrapper, l: T[], compareFn?: (a: T, b: T) => number) { method in ListWrapper
112 def sort(data): function
19923 sort() { method in anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.eo