PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
89 stars 23 forks source link

Add support for passing record values into a closure #312

Closed plicease closed 3 years ago

plicease commented 3 years ago

This allows passing records into closures-by-value. Actually the way we pass pointers to records into closures is also by-value, but don't tell anyone. Update the documentation in Type.pm to reflect the new reality.

This also fixes some documentation errors that I found.