Trait snarkvm_circuit::environment::MSB
source · pub trait MSB {
type Boolean: BooleanTrait;
// Required method
fn msb(&self) -> &Self::Boolean;
}
Expand description
Unary operator for retrieving the most-significant bit.