Larry Wall wrote:
> If we had some kind of partitioning operator, it'd probably be generalized
> to sorting into bins by number, where 0 and 1 are degenerate cases for
> booleans.

Cool!
This doesn't solve the general case, but how about a left-side zip:

  zip( @keys, @values ) = %hash;

  zip( @even, @odd ) = 0...;

- Flavio S. Glock

Reply via email to