You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's a good question, and it's something we're also discussing in #331, based on a slightly different use case. My current best working theory is in this comment.
Currently, each function has a different name.
Can we add
#overload(target_name)
to require languages that support overloading to generate an overloaded version of the function?Different languages have different overload resolutions, so the selected function instances will be different.
This is an unsafe ffi operation, so it is just a overload suggestion.
The overload version is generated based on the original version.
In case of error resolution, the user can manually call the function of the original version.
The text was updated successfully, but these errors were encountered: