Info
Version: | 1.0.0 |
Author(s): | Nick Strupat |
Last Update: | Thursday, January 19, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/NickStrupat/System.ImmutableMemory |
NuGet Url: | https://www.nuget.org/packages/ImmutableMemory |
Install
Install-Package ImmutableMemory
dotnet add package ImmutableMemory
paket add ImmutableMemory
ImmutableMemory Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
- System.Memory(>= 4.5.3)
- System.Memory(>= 4.5.3)
Tags
These types either wrap known immutable objects (`String`, `ImmutableArray<T>`), or they take sole ownership of a defensive copy of the underlying memory. They then provide a non-mutating API which closely resembles `ReadOnlyMemory/Span`.