Contents

store(in:)

Stores this type-erasing cancellable instance in the specified collection.

Declaration

final func store<C>(in collection: inout C) where C : RangeReplaceableCollection, C.Element == AnyCancellable

Parameters

See Also

Storing instances