Swift: A list of all types that adopt the Generator protocol


Generator is a top-level protocol that is not adopted by any other protocol and so there's no line of inheritance through protocols, but here are all the types that it is adopted by:
struct DictionaryGenerator
struct EmptyGenerator
struct EnumerateGenerator
struct FilterGenerator
struct GeneratorOf
struct GeneratorOfOne
struct GeneratorSequence
struct IndexingGenerator
struct MapSequenceGenerator
struct PermutationGenerator
struct RangeGenerator
struct StrideThroughGenerator
struct StrideToGenerator
struct UnsafeArrayGenerator
struct ZipGenerator2
Endorse on Coderwall

Comments