dsalgo 0.3.7

A package for Datastructures and Algorithms.
Documentation
pub trait Split<Idx: ?Sized>: Sized {
    fn split(self, index: Idx) -> (Self, Self);
}