Trait snarkvm_console_program::string::Inverse  
pub trait Inverse {
    type Output;
    // Required method
    fn inverse(&self) -> Result<Self::Output, Error>;
}Expand description
Unary operator for retrieving the inverse value.