pub fn not(a: u64) -> u64
Expand description

If input is true, returns false and vice versa.