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