https://github.com/schani/immutablecollections
Free C# immutable collections implementation
https://github.com/schani/immutablecollections
Last synced: 7 months ago
JSON representation
Free C# immutable collections implementation
- Host: GitHub
- URL: https://github.com/schani/immutablecollections
- Owner: schani
- Created: 2013-05-07T22:22:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T21:05:07.000Z (about 12 years ago)
- Last Synced: 2024-10-14T09:35:40.335Z (8 months ago)
- Language: C#
- Size: 164 KB
- Stars: 3
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a MIT-X11 implementation which tries to implement the interfaces from the nuget package:
https://nuget.org/packages/Microsoft.Bcl.Immutable
Unfortunately Microsoft didn't release their implementation under a license useable in mono I needed to reimplement the interfaces.