* Returns true if %%other%% is greater than to %%this%%.
(other)
| 373 | * Returns true if %%other%% is greater than to %%this%%. |
| 374 | */ |
| 375 | gt(other) { return this.cmp(other) > 0; } |
| 376 | /** |
| 377 | * Returns true if %%other%% is greater than or equal to %%this%%. |
| 378 | */ |