Std.Equatable

View source →

use Std.Bool supplies `not` for the derived `!=`.

Functions

  • # fn !=(a: t, b: t) -> Bool

    Inequality derived from `==`. The where Equatable(t) constraint threads the dictionary that dispatches `==` at the caller's type.