Generic Structure

AnyIterator

A type-erased iterator of Element. Elementの型消去イテレータ。

Declaration 宣言

@frozen struct AnyIterator<Element>

Overview 概要

This iterator forwards its next() method to an arbitrary underlying iterator having the same Element type, hiding the specifics of the underlying IteratorProtocol. このイテレータは、それのnext()メソッドを同じElement型を持っている随意の基盤をなすイテレータに転送して、特定の基盤をなすIteratorProtocolを隠しています。

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Relationships 関係

Conforms To 次に準拠

See Also 参照

Type-Erasing Wrappers 型消去ラッパー