Versions in this module Expand all Collapse all v1 v1.1.0 Sep 1, 2021 v1.0.0 May 15, 2018 Changes in this version + type Interface interface + Len func() int + Swap func(i, j int) + type Permuter struct + func Ints(s []int) *Permuter + func New(v Interface) *Permuter + func Strings(s []string) *Permuter + func (p *Permuter) Permute() bool Other modules containing this package github.com/cespare/permute/v2