Generic Structure

AnyRandomAccessCollection

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

Declaration 宣言

@frozen struct AnyRandomAccessCollection<Element>

Overview 概要

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

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

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

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

Subscripts 添え字

Relationships 関係

Conforms To 次に準拠

See Also 参照

Type-Erasing Wrappers 型消去ラッパー