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