Actions
Feature #5145
closedFunction extension of Array#transpose
Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Description
Currently, Array#transpose doesn't transpose iliffe vector that
size of arrays in array are not same.
But iff the sequence of size is monotone nonincreasing, there is
natural transposition.
1, 2, 3], [4, 5], [6.transpose
=> 1, 4, 6], [2, 5], [3
Attachment is monkey patch implementation by Ruby .
Files
Updated by mame (Yusuke Endoh) about 11 years ago
- Status changed from Open to Feedback
Interesting but do you have any use case?
--
Yusuke Endoh mame@tsg.ne.jp
Updated by yhara (Yutaka HARA) over 10 years ago
- Target version changed from 2.0.0 to 2.6
Actions
Like0
Like0Like0Like0