Subscript

subscript(_:)

Accesses the element at position. positionでの要素にアクセスします。

Declaration 宣言

subscript(position: LazySequence<Base>.Index) -> LazySequence<Base>.Element { get }
Available when Base conforms to Collection. BaseCollectionに準拠する時に利用可能です。

Discussion 解説

Precondition: position is a valid position in self and position != endIndex. 前提条件:positionselfの中の有効な位置でありposition != endIndexであること。

Relationships 関係

From Protocol 由来プロトコル