var startIndex : Data.Index
The beginning index into the data.
データへの冒頭インデックス。
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.
指定されたインデックスに直ちに先行するインデックスを返します。