wrapping_in_range
Wrapping-in-range arithmetic for custom ranges via the WrappingInRange type
[]
= "0.1"
These arithmetic operations act just like std's .wrapping_sub(), .wrapping_add(), etc. but for a custom user-provided range.
Examples
use WrappingInRange;
let w = ;
assert_eq!;
assert_eq!;