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 c0b12ff commit 7e80010Copy full SHA for 7e80010
doc/Language/list.pod6
@@ -339,7 +339,7 @@ can sometimes be harder to maintain laziness or work with infinite sequences.
339
340
=head2 Typing
341
342
-X<|typed array>
+X<|typed array>X<|[ ] (typed array)>
343
Arrays may be typed such that their slots perform a typecheck whenever
344
they are assigned to. An Array that only allows C<Int> values to be assigned
345
is of type C<Array[Int]> and one can create one with C<Array[Int].new>. If
0 commit comments