appending(_:)

Composes this updatable estimator with another updatable estimator.

Declaration

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