On Tue Jun 16 10:14:11 2009, richardh wrote:
> my @a=1,2,3,4; my @b=9,8,7,1; say (@a minmax @b).perl

While rakudo doesn't implement infix:<minmax> yet, the operator is
constrained to having two elements on either side, so the above code
wouldn't work anyway.

It would be good to have some tests for infix:<minmax> -- that should
make it much easier to implement.

Pm

Reply via email to