Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corret item @A, item %h, item (1,2,3).
  • Loading branch information
jnthn committed Jun 17, 2014
1 parent 0bea66a commit 293bb50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Any.pm
Expand Up @@ -480,6 +480,8 @@ multi sub sort(*@values) {
}

proto sub item(|) is pure { * }
multi sub item(Iterable \x) { my $ = x }
multi sub item(Parcel \x) { my $ = x }
multi sub item(*@a) { my $ = @a }
multi sub item(Mu $a) { $a }

Expand Down

0 comments on commit 293bb50

Please sign in to comment.