SetClass

Represents a character set

Constructors

this
this()

Create a new SetClass

this
this(string str)

Create a new SetClass, including the given characters in the set

Members

Variables

set
BitArray set;

Holds the contents of this set class

Meta