Status: IN
`BTree.range_scan(start_key, end_key)` returns keys in the half-open interval `[start_key, end_key)` — start-inclusive, end-exclusive; `end_key=None` scans to the last key.
Source: entries/2026/05/28/b-tree-storage-engine-btree-range_scan.md