Actions
Feature #8970
openArray.zip and Array.product
Feature #8970:
Array.zip and Array.product
Status:
Open
Assignee:
-
Target version:
-
Description
=begin
Most of the time when I use Array#zip or Array#product, I feel cumbursome that I have to take out the first array and pass it as a receiver. For example, if I have
I have to do something like this:
Sometimes, the receiver (i.e., the first array) has significance, but most other times, that breaks asymmetry, making the code look ugly.
I would be happy if we had Array.zip and Array.product in addition so that we can do it like this:
=end
Actions