Instance MethodSwiftformIndex(before:)Replaces the given index with its predecessor.func formIndex(before i: inout Int)ParametersiA valid index of the collection. i must be greater than startIndex.