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 282b9bd commit d4c1e5fCopy full SHA for d4c1e5f
doc/Language/nativecall.pod
@@ -74,7 +74,7 @@ likely grow with time).
74
bool (bool from C99)
75
size_t (size_t in C)
76
77
-Don't use Perl 6 native type like C<int> or C<num>, as they could lead to
+Don't use Perl 6 native types like C<int> or C<num>, as they could lead to
78
unwanted boundary issue between 32 bits and 64 bits systems.
79
80
Note that the lack of a C<returns> trait is used to indicate void return type.
0 commit comments