index(after:)
Returns the position immediately after the given index. (See Collection.index.)
Declaration
@MainActor @preconcurrency func index(after i: Int) -> IntReturns the position immediately after the given index. (See Collection.index.)
@MainActor @preconcurrency func index(after i: Int) -> Int