Trait snarkvm_wasm::traits::utilities::int::Int [−][src]
Associated Types
type IntegerType[src]
Associated Constants
Loading content...Required methods
pub fn one() -> Self[src]
pub fn zero() -> Self[src]
pub fn is_constant(&self) -> bool[src]
Returns true if all bits in this Int are constant
pub fn to_bits_le(&self) -> Vec<Boolean, Global>[src]
pub fn from_bits_le(bits: &[Boolean]) -> Self[src]
Provided methods
pub fn result_is_constant(first: &Self, second: &Self) -> bool[src]
Returns true if both Int objects have constant bits