Type Alias LtEq

Source
pub type LtEq<Lhs, Rhs> = Grouped<LtEq<Lhs, AsExpr<Rhs, Lhs>>>;
Expand description

The return type of lhs.le(rhs)

Aliased Typeยง

struct LtEq<Lhs, Rhs>(/* private fields */);