Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
endIndex
IdentifiedArray+Observation.swift:108var endIndex: Int { get }
var endIndex: Int { get }
s22ComposableArchitecture16_StoreCollectionV8endIndexSivp
What are these?33S01
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
struct _StoreCollection<ID, State, Action> where ID : Hashable, ID : Sendable
@frozen struct Int
A signed integer value type.
var startIndex: Int { get }
subscript(position: Int) -> Store<State, Action> { get }