Skip to content

tomgibara/permute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permute

Overview

Permutations are a key abstraction that aren’t covered by the standard libraries. This package provides such an abstraction. It’s efficiently implemented for speed and memory usage, robustly coded for use in security sensitive contexts, and has a nice fluent API.

Examples