mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
b02a6193b3
BTree: move more shared iterator code into navigate.rs The functions in navigate.rs only exist to support iterators, and these look easier on my eyes if there is a shared `struct` with the recurring pair of handles. r? `@Mark-Simulacrum`