Struct ark_relations::r1cs::LcIndex
source · pub struct LcIndex(_);
Expand description
An opaque counter for symbolic linear combinations.
Trait Implementations§
source§impl Ord for LcIndex
impl Ord for LcIndex
source§impl PartialEq<LcIndex> for LcIndex
impl PartialEq<LcIndex> for LcIndex
source§impl PartialOrd<LcIndex> for LcIndex
impl PartialOrd<LcIndex> for LcIndex
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more