arranged 0.1.2

Statically bounds-checked (machine-word-abstracting? TBD) ranged types as zero or low-runtime overhead abstractions providing safe (no unintentional overflow) arithmetic.
Documentation
1
2
3
4
5
6
7
8
9
mod i_range;
mod i_ranged;
// mod i_is_signed;
mod i_ty_eq;

// use i_is_signed::IIsSigned;
pub use i_range::{IRange, IRangeFinite, IRangeFrom, IRangeIntoIterator, IRangeTo, IRangeToInclusive};
pub use i_ranged::IRanged;
pub use i_ty_eq::ITyEq;