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 1f0be4a commit c23d9caCopy full SHA for c23d9ca
doc/Type/Nil.pod6
@@ -51,7 +51,7 @@ C<Nil>.
51
say (Nil){100}; # Nil
52
53
X<|Nil assignment>
54
-When assigned to a container, the C<Nil> value (but not any subclass of
+When assigned to a L<container|/language/containers>, the C<Nil> value (but not any subclass of
55
C<Nil>) will attempt to revert the container to its default value; if no
56
such default is declared, Perl 6 assumes C<Any>. However, if the container
57
type is constrained with C<:D>, assigning C<Nil> to it will immediately throw
0 commit comments