We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equal
It seems to me that two user-pointer objects should be equal if they wrap the same pointer and have the same finalizer.
The text was updated successfully, but these errors were encountered:
Sounds good to me.
Sorry, something went wrong.
The next step would be for the user to provide its own equal test function, but that opens a whole new can of worms.
I think a custom equal function should only be done when it's possible to add new types.
No branches or pull requests
It seems to me that two user-pointer objects should be
equal
if they wrap the same pointer and have the same finalizer.The text was updated successfully, but these errors were encountered: