Searched defs:arrayIterator (Results 1 – 2 of 2) sorted by relevance
1197 export function arrayIterator<T>(array: readonly T[]): Iterator<T> { function
806 function arrayIterator(array) { function