scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Add iteration utility #22

Closed gdalle closed 2 years ago

gdalle commented 2 years ago

The goal of this PR is being able to use permutations in for loops like for i in p or for (k, i) in enumerate(p)