SliceAndDice features ArraySlice<T>, a lightweight wrapper around indexable data structures like T[] for creating arbitrary N-dimimensional views of the data as well as views of (sparse) sub-sections of array slices without copying the underlying data.
Info
| Version: | 1.0.0 |
| Author(s): | Henon <[email protected]> |
| Last Update: | Saturday, May 4, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/henon/SliceAndDice |
| NuGet Url: | https://www.nuget.org/packages/SliceAndDice |
Install
Install-Package SliceAndDice
dotnet add package SliceAndDice
paket add SliceAndDice
SliceAndDice Download (Unzip the "nupkg" after downloading)