immutable-seq 0.1.2

Immutable sequence data structure
Documentation
1
2
3
4
5

pub trait Measure<M> {
    fn measure(&self) -> M;
}