Skip to content

Commit b28737d

Browse files
committed
Document last-index
1 parent 7fe985f commit b28737d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/Type/List.pod

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,13 @@ Examples:
163163
Returns the first index against which C<$matcher> smart-matches, or C<Nil> if
164164
no match was found.
165165
166+
=head2 routine last-index
167+
168+
multi method last-index(List:D: Mu $matcher)
169+
170+
Returns the last index against which C<$matcher> smart-matches, or C<Nil> if
171+
no match was found.
172+
166173
=head2 routine classify
167174
168175
multi sub classify(&mapper, *@values) returns Hash:D

0 commit comments

Comments
 (0)