Less-than-or-equal-to.
@override Logic lte(dynamic other) { _verifyCompatible(other); return mux(Const(signed) & this[-1], super.gte(other), super.lte(other)); }