defimpl Equality, for: Native.Integer64, as: -> def equals? other: Native.Integer64, as: -> Huia.Primitive.i64_equals(lhs: self, rhs: other) end def equals? other: Any, as: -> false end