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