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 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func formIndex(before i: inout AttributedString
.Index
)
Parameters パラメータ
i
Index Index
Discussion 議論
Note 注意
This documentation comment was inherited from Bidirectional
.
この文書化コメントは、Bidirectional
から引き継がれました。