fn find_range_of_matching_items( arr: &[usize], item: usize, ) -> Option<RangeInclusive<u64>>
Find the range of indexes in an monotonically increasing arr, that is equal to item
arr
item