A valid index of the collection. i
must be greater than start
.
そのコレクションの有効なインデックス。i
はstart
より大きくなければなりません。
Instance Method
インスタンスメソッド
form
formIndex(before:)
Replaces the given index with its predecessor.
与えられたインデックスをそれの前のものと取り替えます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func formIndex(before i: inout Index
)
Available when
Base
conforms to BidirectionalCollection
.
Base
がBidirectionalCollection
に準拠する時に利用可能です。
Parameters パラメータ
i
Index Index
Discussion 解説
Note 注意
This documentation comment was inherited from Bidirectional
.
この文書化コメントは、Bidirectional
から引き継がれました。