comet
comet copied to clipboard
Implement Iterator for `Vector<T>`
This could be quite nice for ergonomics if it was possible. Maybe we could reuse the splice method, or am I wrong?
It is possible, but there are a few problems that appear with iterators: inerior pointers. Until we support them properly it is impossible to have "safe" iterators implementation and you're forced to iterate using index