mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
2f1ab2ce09
Makes the iterator 2*usize larger, but I doubt that matters much. In exchange, we save a lot on instruction count. In the absence of delegation syntax, we must forward all the specialized impls manually…