The total number of permutations.
var count: Int { get }
s10Algorithms20PermutationsSequenceV5countSivp
99I67
import Algorithms
Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types.
struct PermutationsSequence<Base> where Base : Collection
A sequence of all the permutations of a collection’s elements.
@frozen struct Int
A signed integer value type.