Contents

append(_:)

Declaration

func append<S>(_ elements: S) -> Publishers.Sequence<[Output], Just<Output>.Failure> where Output == S.Element, S : Sequence

See Also

Applying sequence operations to elements