Generic Structure

AnyCollection

A type-erased wrapper over any collection with indices that support forward traversal. 前へ辿っていくことをサポートするインデックスを持つあらゆるコレクションを覆う型消去ラッパー。

Declaration 宣言

@frozen struct AnyCollection<Element>

Overview 概要

An AnyCollection instance forwards its operations to a base collection having the same Element type, hiding the specifics of the underlying collection. AnyCollectionインスタンスは、それの操作を同じElement型を持っている基盤コレクションへと転送して、基礎をなすコレクションの特殊化を隠します。

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

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

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

Subscripts 添え字

Relationships 関係

Conforms To 次に準拠

See Also 参照

Type-Erasing Wrappers 型消去ラッパー