appending(_:)

Composes this transformer with an annotated-feature transformer.

Declaration

func appending<Other, Annotation>(_ other: Other) -> some Transformer<AnnotatedFeature<Self.Input, Annotation>, Other.Output> where Other : Transformer, Other.Input == AnnotatedFeature<Self.Output, Annotation>