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
a pointer to C<char>; we are using C<Pointer<Str>>.
511
520
512
521
=begincode :skip-test
513
522
my Pointer[int32] $p; #For a pointer on int32;
@@ -516,7 +525,9 @@ my MyCstruct $mc = $p2.deref;
516
525
say $mc.field1;
517
526
=endcode
518
527
519
-
It's quite common for a native function to return a pointer to an array of elements. Typed pointers can be dereferenced as an array to obtain individual elements.
528
+
It's quite common for a native function to return a pointer to an array of
529
+
elements. Typed pointers can be dereferenced as an array to obtain individual
0 commit comments