Expand description
Arithmetic modulo 2^8 - 1, 2^16 - 1, 2^32 - 1, and 2^64 - 1.
Most combinations of operations are compiled as efficiently as possible. A notable exception is
comparison with a constant: prefer x.is::<C>() over x == FastK::new(C).