Instance Method

formIndex(before:)

Replaces the given index with its predecessor.

Required.

Declaration

override func formIndex(before i: inout Self.Index)

Parameters

i

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