Less-than comparison contract. Implementers support checking if one value is less/smaller/before another.
Type of value being compared to
IMPORT_PATH: "@daiso-tech/core/utilities"
"@daiso-tech/core/utilities"
Checks if this value is less than the given value.
The value to compare against
True if this < value, false otherwise
Less-than comparison contract. Implementers support checking if one value is less/smaller/before another.