Kittyfisto/IsabelDb

Implement HashSet<> collection

Closed this issue · 1 comments

The collection should support methods such as:

  • bool Add(T value);
  • bool Contains(T value);
  • bool Remove(T value);

Done