Home
last modified time | relevance | path

Searched defs:arrayToMap (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts1582 export function arrayToMap<K, V>(array: readonly V[], makeKey: (value: V) => K | undefined): ESMap<… function
/third_party/typescript/lib/
DtypingsInstaller.js501 function arrayToMap(array, makeKey, makeValue = identity) { function
Dtsc.js1021 function arrayToMap(array, makeKey, makeValue = identity) { function