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 f105aa0 commit f206a48Copy full SHA for f206a48
doc/Type/Associative.pod6
@@ -8,6 +8,8 @@
8
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.
13
14
The C<%> sigil restricts variables to objects that do C<Associative>.
15
0 commit comments