Contents

Publishers.CombineLatest.Output

The kind of values published by this publisher.

Declaration

typealias Output = (A.Output, B.Output)

Discussion

This publisher produces two-element tuples of the upstream publishers’ output types.

See Also

Declaring supporting types