type ArrayIterator = (value: T, index: number, collection: T[]) => R; export type { ArrayIterator };