We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e74e0 + c0c642b commit eb7d914Copy full SHA for eb7d914
doc/Language/nativecall.pod6
@@ -450,7 +450,7 @@ say nativesizeof(MyUnion.new); # OUTPUT: «8»
450
# ie. max(sizeof(MyUnion.flags32), sizeof(MyUnion.flags64))
451
=end code
452
453
-=head2 Embedding CStructs and CUnions
+=head2 Embedding CStructs and CUnions with X<C<HAS>,declarator>
454
455
C<CStruct>s and C<CUnion>s can be in turn referenced by—or embedded into—a
456
surrounding C<CStruct> and C<CUnion>. To say the former we use C<has>
0 commit comments