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
Right now the set of types that are supported by closures is pretty small compared to what you can use when creating or attaching a function object. Custom types would allow us to pretty transparently have closures take FFI::C struct objects "directly" which would solve a lot of problems that we have at the moment! This would go a good way to addressing at least some of #177
The text was updated successfully, but these errors were encountered:
Right now the set of types that are supported by closures is pretty small compared to what you can use when creating or attaching a function object. Custom types would allow us to pretty transparently have closures take FFI::C struct objects "directly" which would solve a lot of problems that we have at the moment! This would go a good way to addressing at least some of #177
The text was updated successfully, but these errors were encountered: