UniquePermutationsSequence

A sequence of the unique permutations of the elements of a sequence or collection.

Permutations.swift:404
struct UniquePermutationsSequence<Base> where Base : Collection

To create a UniquePermutationsSequence instance, call one of the uniquePermutations methods on your collection.