set Partition
Divide a Collection in a List of sets with a maximum size.
Return
A List with the partitions of the given collection.
Parameters
original Set
The collection to divide.
size
The maximum size of the partitions.
Divide a Collection in a List of sets with a maximum size.
A List with the partitions of the given collection.
The collection to divide.
The maximum size of the partitions.