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
ARC uses these functions to avoid some of the objc_msgSend overhead. It seams reasonable to use them in obj_clone and obj_drop. @grovesNL
The text was updated successfully, but these errors were encountered:
objc_id uses these functions directly and that has seemed to work fine (although the crate isn't used very widely).
objc_id
Sorry, something went wrong.
objc2
objc
No branches or pull requests
ARC uses these functions to avoid some of the objc_msgSend overhead. It seams reasonable to use them in obj_clone and obj_drop.
@grovesNL
The text was updated successfully, but these errors were encountered: