Hacker News new | ask | show | jobs
by int_19h 408 days ago
In C++, random access iterators are a thing. Indeed, raw pointers satisfy the requirements of a random access iterator concept. Is that not the case in Rust?