ImmutableMemory NuGet Package

Immutable versions of `Memory<T>` and `Span<T>`, because `ReadOnlyMemory/Span` doesn't imply the underlying memory won't be mutated.

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`.




Got any ImmutableMemory Question?





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)

.NETStandard 1.1 netstandard2.1


Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

460