Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
count
Cancellation.swift:328This declaration is gated by at least one @_spi attribute.
var count: Int { get }
This declaration is gated by at least one @_spi attribute.
var count: Int { get }
s22ComposableArchitecture22CancellablesCollectionC5countSivp
What are these?9M07J
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).
class CancellablesCollection
@frozen struct Int
A signed integer value type.
func removeAll()