Description: Checks if the first value is less than or equal to the second.
Example #
let isLessOrEqual = 5 <= 5 // isLessOrEqual = true
Checks if the first value is less than or equal to the second.
Description: Checks if the first value is less than or equal to the second.
let isLessOrEqual = 5 <= 5 // isLessOrEqual = true