Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document last-index
  • Loading branch information
hoelzro committed Nov 29, 2014
1 parent 7fe985f commit b28737d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Type/List.pod
Expand Up @@ -163,6 +163,13 @@ Examples:
Returns the first index against which C<$matcher> smart-matches, or C<Nil> if
no match was found.
=head2 routine last-index
multi method last-index(List:D: Mu $matcher)
Returns the last index against which C<$matcher> smart-matches, or C<Nil> if
no match was found.
=head2 routine classify
multi sub classify(&mapper, *@values) returns Hash:D
Expand Down

0 comments on commit b28737d

Please sign in to comment.