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 3c4d4eb commit b8e92c9Copy full SHA for b8e92c9
doc/Language/nativetypes.pod6
@@ -57,13 +57,13 @@ They cannot be bound either. Trying to do C<my num $numillo := 3.5> will
57
raise the exception C<Cannot bind to natively typed variable
58
'$variable-name'; use assignment instead>.
59
60
-X<int @> X<num @> X<str @>
+X<|int @> X<|num @> X<|str @>
61
Native types can also be composite.
62
63
m: my int @intillos = ^10_000_000;
64
say [+] @intillos; # OUTPUT: «49999995000000»
65
66
-X<native array>
+X<|native array>
67
In this case, I<native>ness extends to the composite type, which will be
68
C<array>
69
0 commit comments