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
Copy file name to clipboardExpand all lines: doc/Language/nativecall.pod6
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -616,14 +616,14 @@ leaks.
616
616
617
617
=commentTODO
618
618
619
-
TBD
619
+
L<Blob>s and L<Buf>s are Perl 6 way of storing binary data. We can use them for interchange of data with native functions and data structures, although not directly. We will have to use L<C<nativecast>|/routine/nativecast>.
620
620
621
621
=head1Function arguments
622
622
623
-
NativeCall also supports native functions that take functions as arguments. One example
624
-
of this is using function pointers as callbacks in an event-driven system. When
625
-
binding these functions via NativeCall, one need only provide the equivalent signature
626
-
as a constraint on the code parameter:
623
+
NativeCall also supports native functions that take functions as arguments. One
624
+
example of this is using function pointers as callbacks in an event-driven
625
+
system. When binding these functions via NativeCall, one need only provide the
626
+
equivalent signature as a constraint on the code parameter:
0 commit comments