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 945e4a4 commit 70d1e5bCopy full SHA for 70d1e5b
doc/Language/nativetypes.pod6
@@ -82,7 +82,7 @@ C<array>
82
83
my num @many-pi = ^8 »*» π ; say @many-pi.^name; # OUTPUT: «array[num]»
84
85
-Native C<array>s are L<Iterable|/type/Iterable>, but they are not a subclass of
+Native C<array>s are L<Iterable|/type/Iterable> and L<Positional|/type/Positional>, but they are not a subclass of
86
List. However, they behave similarly to L<Array|/type/Array>s; for instance,
87
they can be shaped:
88
0 commit comments