LessOrEqual
public protocol LessOrEqual[Other = Self]Raw protocol backing the <= operator. See Less for guidance.
Associated Types
type Output
type OutputMethods
func lessThanOrEqual(Other) -> Output
func lessThanOrEqual(Other) -> OutputReturns the less-than-or-equal result as Output — typically Bool.
Defined in lang/std/core/comparison.ks