On 2/4/13 12:57 PM, Vadim wrote:
So right now there is no way to implement, say, lock-step iteration of
two containers, without first copying contents of one of them into a vector?

Not using the normal iteration protocol. Some containers (for example, treemap, IIRC) have methods that will produce iterator objects though.

Patrick

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to