Help for this page

Select Code to Download


  1. or download this
    sub infix:<max> (::Type $left, Type $right --> Type)
     {
    ...
     }
    
    sub prefix:<[max]> (::Type *$first, Type *@rest --> Type) { ... }