1 min readOct 21, 2019
Cool. Should note that on the RxSwift forum and in Ray W’s new Combine book it’s become common practice to name that variable ‘subscriptions’ as it’s used to manage the lifecycle of your subscriptions.
So the code would be subscriptions.collect { ... }