adaptedAsAnnotatedFeatureTransformer(annotationType:)
Returns an annotated-feature transformer that transforms the features using this transformer while leaving the annotations unchanged.
Declaration
func adaptedAsAnnotatedFeatureTransformer<Annotation>(annotationType: Annotation.Type = Annotation.self) -> some Transformer<AnnotatedFeature<Self.Input, Annotation>, AnnotatedFeature<Self.Output, Annotation>>