do_range_rev_test

Function do_range_rev_test 

Source
async fn do_range_rev_test<D>(
    ds: &D,
    start: Bound<usize>,
    end: usize,
    expected_indices: impl DoubleEndedIterator<Item = u64>,
)