Type Definition snarkvm_synthesizer_program::AbsWrapped
source · pub type AbsWrapped<N> = UnaryLiteral<N, AbsWrappedOperation<N>>;
Expand description
Compute the absolute value of first
, wrapping around at the boundary of the type, and storing the outcome in destination
.