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
The interface for both types is almost the same as well as the attributes. Since #2755 function body can now be optional. This means an ExternalFunctionItem could technically be replaced with a function.
One grey area remains:
External function arguments cannot be pattern (unless it is a named variadic argument).
The text was updated successfully, but these errors were encountered:
The interface for both types is almost the same as well as the attributes. Since #2755 function body can now be optional. This means an
ExternalFunctionItem
could technically be replaced with a function.One grey area remains:
External function arguments cannot be pattern (unless it is a named variadic argument).
The text was updated successfully, but these errors were encountered: