Searched defs:flatMapIterator (Results 1 – 3 of 3) sorted by relevance
420 …export function flatMapIterator<T, U>(iter: Iterator<T>, mapfn: (x: T) => readonly U[] | Iterator<… function
461 function flatMapIterator(iter, mapfn) { function
536 function flatMapIterator(iter, mapfn) { function