NotEqual
public protocol NotEqual[Other = Self]Raw protocol backing the != operator.
Equatable provides a default notEqual derived from equal, so
conforming to Equatable is enough for both == and !=.
Associated Types
type Output
type OutputMethods
func notEqual(to: Other) -> Output
func notEqual(to: Other) -> OutputReturns the inequality result as Output — typically Bool.
Defined in lang/std/core/comparison.ks