Skip to content

Repository files navigation

Build & Test Mutation testing badge NuGet Downloads

lyndychivs.Permutations

A simple library for generating permutations of an enumerable collection.

Example

var result = Permutations.GetPermutations([1, 2]);

// result: [1, 2], [2, 1]

Tests

All Unit Tests can be found under the Permutations.Tests namespace.

Package

Available on:

About

Generates permutations of an Enumeration set

Topics

Resources

Security policy

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages