Type Alias GtEq

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

The return type of lhs.ge(rhs)

Aliased Typeยง

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