bounded-integer 0.6.1

Bounded integers
Documentation
1
2
3
fn main() {
    let _ = <bounded_integer::BoundedUsize<0, 5>>::const_new::<6>();
}