The position of the element to access. The only valid position in a Collection
instance is 0
.
アクセスする要素の位置。Collection
インスタンスの中の唯一の有効な位置は、0
です。
Subscript
subscript(_:)
Accesses the element at the specified position.
指定された位置で要素にアクセスします。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
subscript(position: Int
) -> Element { get set }
Parameters パラメータ
position
Of One Of One