Info
Version: | 1.3.0 |
Author(s): | neosmart, Mahmoud Al-Qudsi |
Last Update: | Wednesday, September 7, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/neosmart/collections |
NuGet Url: | https://www.nuget.org/packages/NeoSmart.Collections |
Install
Install-Package NeoSmart.Collections
dotnet add package NeoSmart.Collections
paket add NeoSmart.Collections
NeoSmart.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
- System.Buffers(>= 4.5.1)
- System.Memory(>= 4.5.4)
- System.ValueTuple(>= 4.5.0)
Tags
Includes a real sorted list (NeoSmart.Collections.SortedList), a unique sorted list (NeoSmart.Collections.UniqueSortedList), a publicly resizable array (NeoSmart.Collections.ResizableArray), and a disposable list (NeoSmart.Collections.DisposableList).