pub fn neg(value: u64) -> Result<i64, Overflow>
Expand description

Negate u64 checking for overflow.