GreaterOrEqual

public protocol GreaterOrEqual[Other = Self]

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

Associated Types

type Output

Methods

func greaterThanOrEqual(Other) -> Output

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

Defined in lang/std/core/comparison.ks