itertools-ts
itertools-ts copied to clipboard
Implement summary.arePermutations()
True if iterables are permutations of each other.
function *arePermutations<T>(...iterables: Array<Iterable<T> | Iterator<T>>): boolean
Needs to be implemented:
-
summary.arePermutations() -
summary.arePermutationsAsync() -
Stream.arePermutations() -
AsyncStream.arePermutations()