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 f206a48 commit c6f030cCopy full SHA for c6f030c
doc/Type/Associative.pod6
@@ -9,7 +9,7 @@
9
A common role for types that support name-based lookup through
10
L«postcircumfix:<{ }>|/language/operators#postcircumfix_{_}», for example L<Hash> and L<Map>.
11
It is used for type checks in operators that expect to find specific methods to
12
-call. See L<Subscripts|/language/subscripts#Custom_types> for details.
+call. See L<Subscripts|/language/subscripts#Methods_to_implement_for_associative_subscripting> for details.
13
14
The C<%> sigil restricts variables to objects that do C<Associative>.
15
0 commit comments