Trait snarkvm_console_types_string::Square 
source · pub trait Square {
    type Output;
    // Required method
    fn square(&self) -> Self::Output;
}Expand description
Unary operator for retrieving the squared value.
pub trait Square {
    type Output;
    // Required method
    fn square(&self) -> Self::Output;
}Unary operator for retrieving the squared value.