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