Set_AddMember()
Adds a new element to the set
Set_Difference()
Set Difference
Set_GetFirst()
Gets first element
Set_GetRest()
Gets the set out of the first element
Set_GiveCardinality()
Set Cardinality
Set_IsEmpty()
Set Emptiness
Set_IsMember()
Set memberships
Set_MakeEmpty()
Create a generic empty set
Set_MakeSingleton()
Creates a Singleton
Set_Make()
Given a list, builds a corresponding set
Set_PrintSet()
Prints a set
Set_ReleaseSet()
Frees a set
Set_RemoveMember()
Removes the given element from the set, if found
Set_Set2List()
Given a set, builds a corresponding list
Set_Union()
Set Union

Last updated on 2009/03/04 13h:34