Rust question: Why doesn't Rust have a `RandomAccessIterator`? It seems to be there at some point but got removed: <https://www.cs.brandeis.edu/~cs146a/rust/doc-02-21-2015/std/iter/trait.RandomAccessIterator.html>.
And what is the alternative? Implementing `Index` for the iterator?