Trait snarkvm_wasm::algorithms::group::AbsChecked
pub trait AbsChecked {
type Output;
fn abs_checked(self) -> Self::Output;
}Expand description
Unary operator for retrieving the absolute value, enforcing an overflow never occurs.