Trait snarkvm_circuit::from::FromBits
source · pub trait FromBits {
type Boolean: BooleanTrait;
fn from_bits_le(bits_le: &[Self::Boolean]) -> Self
where
Self: Sized;
fn from_bits_be(bits_be: &[Self::Boolean]) -> Self
where
Self: Sized;
}
Expand description
Unary operator for instantiating from bits.