Is there (if not a standard library, or maybe, like the Nuget package) a class suitable for use with C # that provides a purely functional dictionary? That is, when adding or removing a key will return a new dictionary, leaving the original unchanged?
source
share