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
try
Now that Cocoa APIs map to throws we should be able to remove these and rely entirely on materialize.
throws
materialize
The text was updated successfully, but these errors were encountered:
Although, it may be interesting to explore repurposing these for C-APIs returning error codes and out-params.
Sorry, something went wrong.
Those can be done orthogonally. 👍 to both.
Opened #87 for the C wrappers
No branches or pull requests
Now that Cocoa APIs map to
throws
we should be able to remove these and rely entirely onmaterialize
.The text was updated successfully, but these errors were encountered: