dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
pub trait RangeGetQuery<S, Id> {
    fn get_range(&mut self, l: usize, r: usize) -> S;
}