Contents

Publishers.Zip.Output

The kind of values published by this publisher.

Declaration

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

Discussion

This publisher produces two-element tuples, whose members’ types correspond to the types produced by the upstream publishers.

See Also

Declaring supporting types