ChangeLog 293 B

123456789
  1. 2007-11-28 Jb Evain <[email protected]>
  2. * HashSet.cs: start implementation of HashSet<T>, actually
  3. implemented as a reduction of Dictionary<K, V>. Contains
  4. basic set operations (that requires optimization though).
  5. 2007-08-12 Marek Safar <[email protected]>
  6. * Initial commit