Home
last modified time | relevance | path

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

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