Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts130 export function reduceLeftIterator<T, U>(iterator: Iterator<T> | undefined, f: (memo: U, value: T, … function
/third_party/typescript/lib/
Dtsc.js122 function reduceLeftIterator(iterator, f, initial) { function