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