scheinerman / Permutations.jl

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

allow indexing permutation with any integer type #45

Closed jey closed 4 months ago

jey commented 4 months ago

Adds support for indexing permutation with any integer type. This is useful when working with indices that aren't the same as the native Int type (which is usually Int64 on modern platforms).