Publishers.Zip3.Output
The kind of values published by this publisher.
Declaration
typealias Output = (A.Output, B.Output, C.Output)Discussion
This publisher produces three-element tuples, whose members’ types correspond to the types produced by the upstream publishers.