freebsd-ports/math/p5-Set-Partition/pkg-descr
Sunpoet Po-Chuan Hsieh f507920150 - Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove Author line

PR:		ports/189292
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-09 03:41:41 +00:00

11 lines
522 B
Text

Set::Partition takes a list or hash of elements and a list numbers that
represent the sizes of the partitions into which the list of elements
should be arranged.
The resulting object can then be used as an iterator which returns a
reference to an array of lists, that represents the original list arranged
according to the given partitioning. All possible arrangements are
returned, and the object returns undef when the entire combination space
has been exhausted.
WWW: http://search.cpan.org/dist/Set-Partition/