Instance MethodSwiftindex(before:)Returns the position immediately before the given index.func index(before i: Int) -> IntParametersiA valid index of the collection. i must be greater than startIndex.ReturnsThe index immediately before i.