Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts495 export function flatMapToMutable<T, U>(array: readonly T[] | undefined, mapfn: (x: T, i: number) =>… function
/third_party/typescript/lib/
Dtsc.js364 function flatMapToMutable(array, mapfn) { function