Macro ark_r1cs_std::impl_bounded_ops [−][src]
Implements arithmetic traits (eg: Add, Sub, Mul) for the given type
using the impl in $impl.
Used primarily for implementing these traits for FieldVars and
GroupVars.
When compared to impl_ops, this macro allows specifying additional trait
bounds.