There was an error while loading. Please reload this page.
The <= operator is used for testing whether one value is less than or equal to another.
<=
1 <= 2
The <= operator can be defined for additional types or type combinations with the following:
func __less_than_or_equal__(a $A, b $B) bool
where $A and $B are any valid types
$A
$B
See __less_than_or_equal__ for more information.
__less_than_or_equal__
Table of Contents