MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / lt

Method lt

lib.esm/utils/fixednumber.js:364–364  ·  view source on GitHub ↗

* Returns true if %%other%% is less than to %%this%%.

(other)

Source from the content-addressed store, hash-verified

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 */

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.95

Tested by

no test coverage detected