Set
Description:
Creates a new Set object, and populates it with the list given as argument.
The list can then be freed as it is copied. All the value holders in holders
are referenced counted and modified, so they should
not be used anymore afterwards.
Parameters:
holders |
a list of Holder objects |
Returns:
a new Set object |