Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts1197 export function arrayIterator<T>(array: readonly T[]): Iterator<T> { function
/third_party/typescript/lib/
Dtsc.js806 function arrayIterator(array) { function