Instance Method

index(after:)

Returns the next consecutive position after i.

Declaration

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

Discussion

Precondition: The next position is representable.

Relationships