rangetools 0.1.4

Extending the Rust Range structs found in std::ops
Documentation
1
2
3
4
5
mod bounded_range;
mod empty_range;
mod lower_bounded_range;
mod unbounded_range;
mod upper_bounded_range;