Instance Property
インスタンスプロパティ
current
currentIndex
The current decoding index of the container (i.e. the index of the next element to be decoded.) Incremented after every successful decode call.
このコンテナの現在のデコーディングインデックス(すなわちデコードされることになる、次の要素のインデックス)。すべての成功したデコード呼び出しの後に増やされます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
var currentIndex: Int
{ get }