An iterable object with the same shape as a readonly array.
type ReadonlyArrayLike<T> = Pick< ReadonlyArray<T>, number | 'length' | typeof Symbol.iterator>