SandS.Algorithms.Extensions 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SandS.Algorithms.Extensions --version 1.0.0
NuGet\Install-Package SandS.Algorithms.Extensions -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SandS.Algorithms.Extensions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SandS.Algorithms.Extensions --version 1.0.0
#r "nuget: SandS.Algorithms.Extensions, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SandS.Algorithms.Extensions as a Cake Addin
#addin nuget:?package=SandS.Algorithms.Extensions&version=1.0.0

// Install SandS.Algorithms.Extensions as a Cake Tool
#tool nuget:?package=SandS.Algorithms.Extensions&version=1.0.0

Some extensions.
├───SnS.Algorithms.Extensions:
│   │
│   ├─EnumerableExtensions:
│   │ ├───Shuffle
│   │ └───SequenceEqualWithoutOrder
│   │
│   ├─FastObjectAllocator
│   │
│   ├─GraphicsDeviceExtension
│   │ └───Texture2D CreateTexture
│   │
│   ├─IComparableExtensions
│   │ └───Between
│   │
│   ├─IListExtensions
│   │ └───SetWithRandomElements
│   │
│   ├─Singleton (use inside cctor)
│   │
│   ├─StringBuilderExtension
│   │ └───Trim
│   │
│   └─StringExtensions
│     ├───FirstLetterToUpper
│     ├───IsComprisesOnlyLatinOrOnlyCyrillicSymbols
│     ├───IsComprisesWithLetters
│     ├───IsFramedWith
│     └───IsStartWithUpper
└───SnS.Algorithms.Extensions.Xna
   └─GraphicsDeviceExtensions
     └───Generate

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SandS.Algorithms.Extensions:

Package Downloads
SandS.Algorithms.Library

Now it's a metapackage for SandS algorithm packages: > SandS.Algorithm.Library.Bitwise > SandS.Algorithm.Library.FastObjectAllocator > SandS.Algorithm.Library.Generator > SandS.Algorithm.Library.Search > SandS.Algorithm.Library.Sort

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 2,572 12/21/2016
2.0.1.1 2,304 8/11/2016
2.0.1 2,237 8/10/2016
2.0.0 2,285 8/2/2016
1.0.2 1,420 7/6/2016
1.0.1 1,407 7/6/2016
1.0.0 2,280 7/6/2016

Init