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
use super::*;

mod constructor;
mod contains;
mod end;
mod into_iter;
mod is_empty;
mod len;
mod start;