Instance MethodSwiftformIndex(after:)Replaces the given index with its successor.func formIndex(after i: inout Int)ParametersiA valid index of the collection. i must be less than endIndex.