Skip to content
  • Mark Olesen's avatar
    1967fd3d
    ENH: Support more C++11 initializer lists (issue #261) · 1967fd3d
    Mark Olesen authored
    DynamicList
    -----------
      - construction, assignment and append
    
    HashSet
    -------
      - construction, insert, set.
      - assignment will use the implicit List constructor
    
    hashedWordList
    --------------
      - construction, assignment
      - additional sort() and uniq() methods.
      - Readonly access to HashTable information via lookup() method.
      - NB: could avoid 'const char**' constructors in the future
    1967fd3d
    ENH: Support more C++11 initializer lists (issue #261)
    Mark Olesen authored
    DynamicList
    -----------
      - construction, assignment and append
    
    HashSet
    -------
      - construction, insert, set.
      - assignment will use the implicit List constructor
    
    hashedWordList
    --------------
      - construction, assignment
      - additional sort() and uniq() methods.
      - Readonly access to HashTable information via lookup() method.
      - NB: could avoid 'const char**' constructors in the future
Loading