Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts514 export function flatMapIterator<T, U>(iter: Iterator<T>, mapfn: (x: T) => readonly U[] | Iterator<U… function
/third_party/typescript/lib/
Dtsc.js380 function flatMapIterator(iter, mapfn) { function