bzaar / DawgSharp

DAWG String Dictionary in C#
http://www.nuget.org/packages/DawgSharp/
GNU General Public License v3.0
118 stars 18 forks source link

Implement IDictionary <string, TValue> on Dawg and DawgBuilder #5

Closed bzaar closed 6 years ago

bzaar commented 6 years ago

Dawg has no built-in way of checking if an item is in the collection. It relies on the Value/Payload instead. This makes it difficult to implement IDictionary / ILookup. Maybe in a future version when we add a Contains method.