Greater

public protocol Greater[Other = Self]

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

Associated Types

type Output

Methods

func greaterThan(Other) -> Output

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

Defined in lang/std/core/comparison.ks