Limited return of record (by-value) from a closure.
plicease opened this issue · 0 comments
plicease commented
This probably does make sense, but there are some caveats. Record with pointers to strings are probably not supportable, but records with opaque members are probably okay, with caveats.
Records need to be return-by-value, not pointers to. For that you will need to use FFI::C
.