Revision 27063

Date:
2009/06/12 16:34:34
Author:
lwall
Revision Log:
[Containers] default rotation is 1
Files:

Legend:

 
Added
 
Removed
 
Modified
  • docs/Perl6/Spec/S32-setting-library/Containers.pod

     
    482 482
    483 483 =item rotate
    484 484
    485 our Array multi method rotate ( @array: Int $n ) is export
    485 our Array multi method rotate ( @array: Int $n = 1) is export
    486 486
    487 487 Rotates the array and returns it. A positive rotation of 1
    488 488 is defined as: