You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I just discovered your library and it's exactly what I wanted for a little project I'm working on. So thank you!
One thought I had is, now that const generics are stable, would you consider adding a constant-length permutation type? (Possibly behind a feature flag?) The project I'm working on uses const generics and arrays heavily, and it would be very cool to have a permutation that is statically-guaranteed to be the right length for an array.