Function diceprop::ops::gt[][src]

pub fn gt<L1, L2, V>(
    lhs: Eval<L1, &V>,
    rhs: Eval<L2, &V>
) -> Eval<Fun2Label<'static, L1, L2>, bool> where
    L1: Display + Copy,
    L2: Display + Copy,
    V: Debug + PartialOrd
Expand description

The first value is greater than the second value based on PartialOrd.