pub fn region_to_bins(start: i32, end: i32) -> BinsIterⓘNotable traits for BinsIterimpl Iterator for BinsIter type Item = u32;
impl Iterator for BinsIter type Item = u32;
Returns all possible BAI bins for the region [beg-end).
[beg-end)