Skip to content

Commit f206a48

Browse files
committed
link to Subscripts
1 parent f105aa0 commit f206a48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Type/Associative.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
99
A common role for types that support name-based lookup through
1010
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.
1113
1214
The C<%> sigil restricts variables to objects that do C<Associative>.
1315

0 commit comments

Comments
 (0)