Trait snarkvm_console_program::environment::traits::arithmetic::Square
pub trait Square {
type Output;
fn square(&self) -> Self::Output;
}Expand description
Unary operator for retrieving the squared value.