ArrayDeconstructors.Source NuGet Package

ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables:

int[] array = <...>;
var (a,b) = array;.




Got any ArrayDeconstructors.Source Question?





Info

Version: 1.0.4
Author(s): Alexander Zaytsev
Last Update: Wednesday, October 12, 2022
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/hazzik/ArrayDeconstructors
NuGet Url: https://www.nuget.org/packages/ArrayDeconstructors.Source


Install
Install-Package ArrayDeconstructors.Source
dotnet add package ArrayDeconstructors.Source
paket add ArrayDeconstructors.Source
ArrayDeconstructors.Source Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

4

days-since-last-release

555