Instance Method

index(before:)

Returns the position immediately before the given index.

Declaration

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

Parameters

i

A valid index of the collection. i must be greater than startIndex.

Return Value

The index value immediately before i.

Discussion

Relationships