Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dcore.ts1211 export function arrayReverseIterator<T>(array: readonly T[]): Iterator<T> { function
/third_party/typescript/lib/
Dtsc.js817 function arrayReverseIterator(array) { function