Skip Menu |

This queue is for tickets about the List-MoreUtils CPAN distribution.

Report information
The Basics
Id: 106399
Status: rejected
Priority: 0/
Queue: List-MoreUtils

People
Owner: Nobody in particular
Requestors: blue [...] thisisnotmyrealemail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: request: flatten
Return a flat list of values, given an arbitrarily deep list of lists. Example: flatten(1, [2, 3, [4, 5, [6, 7, [8, 9]]]]) = (1,2,3,4,5,6,7,8,9)
This is already covered by RT#102673 and RT#17230