We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The size_hint for std::slice::Permutations should be easy to get right, correct?
It's just N!, where N is the length of the underlying vector, right? So getting that size_hint correct wouldn't hurt...