Generic Structure

AnySequence

A type-erased sequence. 型消去シーケンス。

Declaration 宣言

@frozen struct AnySequence<Element>

Overview 概要

An instance of AnySequence forwards its operations to an underlying base sequence having the same Element type, hiding the specifics of the underlying sequence. AnySequenceのインスタンスは、同じElement型を持つある基礎をなす基盤シーケンスへと操作を転送します、基礎をなすシーケンスの特殊化を隠します。

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

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

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

Relationships 関係

Conforms To 次に準拠

See Also 参照

Type-Erasing Wrappers 型消去ラッパー