heckj / swiftui-notes

content for Using Combine - notes on learning Combine with UIKit and SwiftUI

Home Page:https://heckj.github.io/swiftui-notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add the missing operator `append`

heckj opened this issue · comments

In the series of Sequence based operators, it seems append has been missed.

https://developer.apple.com/documentation/combine/publisher/3204685-append

(Note: it doesn't work as it's currently documented in Apple's code - append will publish results prior to a completion... so it might be a good idea to double check the tests for other Sequence elements around this issue as well)