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