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
use crate::ErrInt;

pub trait ErrIntPrimIntExt {
    fn to_err_int(self) -> ErrInt;
}