Set


Description:

[ CCode ( has_construct_function = false ) ]
public Set (SList<Holder> holders)

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