Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reverse is now oneargy
  • Loading branch information
TimToady committed Sep 20, 2015
1 parent 1b09de3 commit fd3c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/List.pm
Expand Up @@ -959,7 +959,7 @@ multi sub infix:<xx>(Mu \x, Int() $n) {
nqp::p6bindattrinvres(nqp::create(List), List, '$!reified', $rpa)
}

sub reverse(*@a) { @a.reverse }
sub reverse(+@a) { @a.reverse }
sub rotate(@a, Int $n = 1) { @a.rotate($n) }

sub prefix:<|>(\x) { x.Slip }
Expand Down

0 comments on commit fd3c578

Please sign in to comment.