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
I don't think it's impossible to add, but this is likely a bit trickier and requires a bit of a redesign of how the checking for interface compliance is done.
Hello,
While trying the new support for callable structs (it works perfectly, thanks!), I found that methods with keyword arguments are not supported:
throws an error:
ERROR: LoadError: ArgumentError: Invalid required function!
.Is there a way to make it work?
The text was updated successfully, but these errors were encountered: