文書   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   AnySequence   >   init(_:)
汎用イニシャライザ
init(_:)
それの makeIterator() メソッドが makeUnderlyingIterator に向かってシーケンスを作成します。
宣言
init<I>(_ makeUnderlyingIterator: @escaping () -> I) where Element == I.Element, I : IteratorProtocol
関連
汎用の制約
Element == I.Element
I : IteratorProtocol