Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More refactoring of Dictionary to reduce repeated code. Now save/load…
… is handled by a separate class so Dictionary and SortedList can use the same code. Also improve NodeKeyed so it supports any value-type (as NodeValueKeyed). Move collection helpers (and these new save/load classes) to DictionaryHelpers.cs. Should be able to do the same refactor to list and hashset to make CollectionHelpers
- Loading branch information