ObjectType:set

From Lavish Software Wiki
Revision as of 15:32, 7 May 2006 by Lax (talk | contribs)
Jump to navigation Jump to search

Overview

Object Type Vitals
set
Defined By LavishScript
Inherits objectcontainer
Reduces To NULL
Variable Object Type set
Uses Sub-Types no
C/C++ Type LSSet *

A set is a sorted list of keys. It can be thought of as a collection where the key is the object -- the key is either present, or it is absent. Keys are text, and not case sensitive.

Members

Methods

  • Add[key]:
  • Remove[key]:
  • Intersect:
  • Union:
  • Not:
  • Minus:
  • NotIntersect:

See Also