Type Definition snarkvm_compiler::Or

source · []
pub type Or<N> = BinaryLiteral<N, OrOperation<N>>;
Expand description

Performs a bitwise or on first and second, storing the outcome in destination.