An open API service indexing awesome lists of open source software.

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

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.