Skip to content

Commit

Permalink
Index HAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Altai-man committed Jun 20, 2020
1 parent a493998 commit c0c642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/nativecall.pod6
Expand Up @@ -450,7 +450,7 @@ say nativesizeof(MyUnion.new); # OUTPUT: «8␤»
# ie. max(sizeof(MyUnion.flags32), sizeof(MyUnion.flags64))
=end code
=head2 Embedding CStructs and CUnions
=head2 Embedding CStructs and CUnions with X<C<HAS>,declarator>
C<CStruct>s and C<CUnion>s can be in turn referenced by—or embedded into—a
surrounding C<CStruct> and C<CUnion>. To say the former we use C<has>
Expand Down

0 comments on commit c0c642b

Please sign in to comment.