Instance Method インスタンスメソッド

index(after:)

Returns the next consecutive position after i. iの後の、以降に続く位置を返します。

Declaration 宣言

func index(after i: String.UTF8View.Index) -> String.UTF8View.Index

Discussion 解説

Precondition: The next position is representable. 前提条件:次の位置が表現可能であること。

Relationships 関係

From Protocol 由来プロトコル