Trait snarkvm_circuit_types::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.
pub trait MSB {
type Boolean: BooleanTrait;
// Required method
fn msb(&self) -> &Self::Boolean;
}
Unary operator for retrieving the most-significant bit.