rustz 0.1.4

A library for functional programming in Rust.
Documentation
1
2
3
4

pub trait Semigroup {
    fn mappend(&self, b: Self) -> Self;
}