LessOrEqual

public protocol LessOrEqual[Other = Self]

Raw protocol backing the <= operator. See Less for guidance.

Associated Types

type Output

Methods

func lessThanOrEqual(Other) -> Output

Returns the less-than-or-equal result as Output — typically Bool.

Defined in lang/std/core/comparison.ks