Greater-than-or-equal comparison contract. Implementers support checking if one value is greater/larger/after 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 greater than or equal to the given value.
The value to compare against
True if this >= value, false otherwise
Greater-than-or-equal comparison contract. Implementers support checking if one value is greater/larger/after or equal to another.