Contents

prepend(_:)

Declaration

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

See Also

Applying sequence operations to elements