store(in:)
Stores this cancellable instance in the specified set.
Declaration
func store(in set: inout Set<AnyCancellable>)Parameters
- set:
The set in which to store this Cancellable.
Stores this cancellable instance in the specified set.
func store(in set: inout Set<AnyCancellable>)The set in which to store this Cancellable.