struct PermutationGenerator<C : CollectionType, Indices : SequenceType where C.Index == C.Index>
Inheritance |
GeneratorType, SequenceType, _SequenceType, _Sequence_Type
View Protocol Hierarchy →
|
Associated Types |
Element = C.Generator.Element
Generator = PermutationGenerator<C, Indices>
|
Import |
import Swift |
Initializers
Instance Methods