System.Collections.Immutable 8.0.0-preview.4.23259.5
About
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.
The System.Collections.Immutable
library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
For more information, see the documentation:
Showing the top 20 packages that depend on System.Collections.Immutable.
Packages | Downloads |
---|---|
Akka.Persistence
Persistence actor support for Akka.NET
|
239 |
Akka.Persistence
Persistence actor support for Akka.NET
|
230 |
Akka.Persistence
Persistence actor support for Akka.NET
|
203 |
Akka.Persistence
Persistence actor support for Akka.NET
|
202 |
Akka.Persistence
Persistence actor support for Akka.NET
|
197 |
Akka.Persistence
Persistence actor support for Akka.NET
|
196 |
Akka.Persistence
Persistence actor support for Akka.NET
|
195 |
Akka.Persistence
Persistence actor support for Akka.NET
|
194 |
Akka.Remote
Remote actor support for Akka.NET
|
194 |
Akka.Streams
Reactive stream support for Akka.NET
|
193 |
Akka.Persistence
Persistence actor support for Akka.NET
|
193 |
Akka.Persistence
Persistence actor support for Akka.NET
|
192 |
Akka.Remote
Remote actor support for Akka.NET
|
192 |
.NET Framework 4.6.2
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
.NET 6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
.NET 7.0
- No dependencies.
.NET 8.0
- No dependencies.
.NET Standard 2.0
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)