mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b34bf275e6
List::Gen provides higher order functions, list comprehensions, generators, iterators, and other utility functions for working with lists. walk lists with any step size you want, create lazy ranges and arrays with a map like syntax that generate values on demand. there are several other hopefully useful functions, and all functions from List::Util are available. WWW: http://search.cpan.org/dist/List-Gen/
8 lines
409 B
Plaintext
8 lines
409 B
Plaintext
List::Gen provides higher order functions, list comprehensions, generators,
|
|
iterators, and other utility functions for working with lists. walk lists with
|
|
any step size you want, create lazy ranges and arrays with a map like syntax
|
|
that generate values on demand. there are several other hopefully useful
|
|
functions, and all functions from List::Util are available.
|
|
|
|
WWW: http://search.cpan.org/dist/List-Gen/
|