* Returns true if %%other%% is less than to %%this%%.
(other)
| 362 | * Returns true if %%other%% is less than to %%this%%. |
| 363 | */ |
| 364 | lt(other) { return this.cmp(other) < 0; } |
| 365 | /** |
| 366 | * Returns true if %%other%% is less than or equal to %%this%%. |
| 367 | */ |