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.
1 parent 091974e commit 858fb1bCopy full SHA for 858fb1b
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 with X<C<HAS>,declarator>
+=head2 Embedding CStructs and CUnions with X<C<HAS>|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