appending(_:)
Composes this tabular transformer with another tabular transformer.
Declaration
func appending<Other>(_ other: Other) -> ComposedTabularTransformer<Self, Other> where Other : TabularTransformerComposes this tabular transformer with another tabular transformer.
func appending<Other>(_ other: Other) -> ComposedTabularTransformer<Self, Other> where Other : TabularTransformer