
{ Active Set Table. This is the primary set management table.
{ This will live in the system heap. The member entry list for each
{ set is also allocated in the system heap.

  TYPE
    stt$active_set_table = array [1 .. * ] of stt$active_set_entry;

*copyc stt$active_set_entry
