Less-than.
@override Logic lt(dynamic other) { _verifyCompatible(other); return mux(Const(signed) & this[-1], super.gt(other), super.lt(other)); }