Expand description
Lazy spatial-query iteration โ the walk behind
Rtree::query_iter.
The pruning walk of visitors/spatial_query.hpp, unrolled from
recursion onto an explicit node stack so it can pause between
yields: a consumer that stops early performs no traversal past the
value it stopped at. Rtree::query
collects this iterator, so the crate has exactly one query walk.