Skip to content
  • Mark OLESEN's avatar
    ENH: topoSetSource::SUBTRACT enum action (#1060) · 7325e3ac
    Mark OLESEN authored
    - old 'DELETE' enum was easily confused with 'REMOVE', which removes
      the set, not the elements from the set.
    
    - provide corresponding subtractSet() method
    
    STYLE: HashSet set/unset instead of insert/erase methods in topoSetSource
    
    - simplifies switching to/from bitSet storage
    7325e3ac