Instance Property
インスタンスプロパティ
start
startIndex
The beginning index into the data.
データへの冒頭インデックス。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Foundation ファウンデーション
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Manipulating Indexes インデックスを操作する
typealias Data.Index
A type used to indicate a position in a data's buffer.
データの持つバッファの中のある位置を指し示すために使われる型。
var endIndex : Data.Index
The end index into the data.
データへの末尾インデックス。
func index(after: Data.Index) -> Data.Index
Returns the index that immediately follows the specified index.
指定されたインデックスに直ちに続くインデックスを返します。
func index(before: Data.Index) -> Data.Index
Returns the index that immediately precedes the specified index.
指定されたインデックスに直ちに先行するインデックスを返します。