We have a use case where we need to get a value by its index.
In that sense, I'd like to suggest introducing a function at/get(iterable $iterable, int $index) : ?int that takes an iterable and returns the item at the specified index.
I'll be glad to provide a PR if welcome.