Type Alias Lt

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

The return type of lhs.lt(rhs)

Aliased Typeยง

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