-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers