1 2 3 4 5
//! Forward scan over a key range. G2 adds reverse, prefix, and chunked-iter //! variants. // Implementation kept in `tree::BTree::collect_range` for G1 simplicity; // this file is a placeholder for the future iterator types.