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