appending(_:)
Composes this temporal transformer with another temporal transformer.
Declaration
func appending<Other>(_ other: Other) -> ComposedTemporalTransformer<Self, Other> where Other : TemporalTransformer, Self.Output == Other.InputComposes this temporal transformer with another temporal transformer.
func appending<Other>(_ other: Other) -> ComposedTemporalTransformer<Self, Other> where Other : TemporalTransformer, Self.Output == Other.Input