appending(_:)

Composes this tabular transformer with another tabular transformer.

Declaration

func appending<Other>(_ other: Other) -> ComposedTabularTransformer<Self, Other> where Other : TabularTransformer