Skip to content

Commit 39d2b97

Browse files
committed
Get smartmatch into index
Fixes #1587
1 parent 560d20e commit 39d2b97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,7 @@ also modify the other.
16271627
16281628
=head2 infix C«~~»
16291629
1630+
X<|smartmatch operator>
16301631
The X<smart-match operator>. Aliases the left-hand side to C<$_>, then evaluates
16311632
the right-hand side, and calls C<.ACCEPTS($_)> on it. The semantics are left
16321633
to the type of the right-hand side operand.

0 commit comments

Comments
 (0)