Subscript

subscript(_:)

Accesses the element at the given position. 与えられた位置での要素にアクセスします。

Declaration 宣言

subscript(position: EmptyCollection<Element>.Index) -> Element { get set }

Discussion 解説

Must never be called, since this collection is always empty. 決して呼ばないでください、このコレクションは常に空であるからです。

Relationships 関係