ReactiveX / RxSwift

Reactive Programming in Swift
MIT License
24.37k stars 4.17k forks source link

Add primary associated type Element to ObservableConvertibleType #2544

Closed Schemetrical closed 1 year ago

Schemetrical commented 1 year ago

This allows us to pass this around while ensuring matching types, such as when writing generic methods around ObservableConvertibleTypes

(just want to see if this builds without anything else changing in the repo, so ignore if needed)

Schemetrical commented 1 year ago

nvm I guess the swift version is too low for CI