Yuh.Collections
1.0.0-rc.2
See the version list below for details.
dotnet add package Yuh.Collections --version 1.0.0-rc.2
NuGet\Install-Package Yuh.Collections -Version 1.0.0-rc.2
<PackageReference Include="Yuh.Collections" Version="1.0.0-rc.2" />
<PackageVersion Include="Yuh.Collections" Version="1.0.0-rc.2" />
<PackageReference Include="Yuh.Collections" />
paket add Yuh.Collections --version 1.0.0-rc.2
#r "nuget: Yuh.Collections, 1.0.0-rc.2"
#:package Yuh.Collections@1.0.0-rc.2
#addin nuget:?package=Yuh.Collections&version=1.0.0-rc.2&prerelease
#tool nuget:?package=Yuh.Collections&version=1.0.0-rc.2&prerelease
Yuh.Collections
Overview
This library provides collection types including deque, and also provides methods to search through a collection.
Features
Advanced Collection Types
Deque
Deque (double-ended-queue) supports addition or removal of elements at the front or back of collection in constant time. In other words, deque has features of both stack and queue.
Collection Builder
Collection-builder is literally used to build collections such as array, list, string and so on.
Extension methods for IEnumerable<T> perform little better than the collection-builder in this library, but the collection-builder supports merging IEnumerable<T>s like StringBuilder class.
Aggressive Use of Span<T>
We actively use Span<T> or ReadOnlySpan<T> as a argument of methods or in internal implementations. This enables functions to run faster and save memory.
We also provide collection types that can be converted to Span<T> or ReadOnlySpan<T>.
How to Install
To install this library into your projects, please visit here (NuGet) and install the NuGet package in the way you like.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.0.0-rc.3 | 217 | 3/8/2025 | |
| 1.0.0-rc.2 | 219 | 7/14/2024 | |
| 1.0.0-rc.1 | 158 | 6/23/2024 | |
| 0.3.1 | 267 | 2/22/2024 | |
| 0.3.0 | 229 | 2/22/2024 | |
| 0.2.0 | 217 | 2/3/2024 | |
| 0.1.0 | 181 | 1/28/2024 |