Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts1600 export function arrayToNumericMap<T>(array: readonly T[], makeKey: (value: T) => number): T[]; function
/third_party/typescript/lib/
Dtsc.js1030 function arrayToNumericMap(array, makeKey, makeValue = identity) { function