Closed zerothi closed 5 years ago
This enables concatenating different dictionaries without disrupting either of the dictionaries and allows entries to refer to the same value.
Note that this requires a certain amount of restructuring as then the linked list is not easily retained.
Upon further investigation, this cannot be easily done (if at all). So I'll close this issue.
This enables concatenating different dictionaries without disrupting either of the dictionaries and allows entries to refer to the same value.
Note that this requires a certain amount of restructuring as then the linked list is not easily retained.