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