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