Now that Swift 5.9 includes support for variadic generics, I was hoping to get a Publishers.CombineLatest implementation using it, but there isn't one.
I figure we can make our own, but I don't even know where to begin. Any ideas?
Now that Swift 5.9 includes support for variadic generics, I was hoping to get a Publishers.CombineLatest implementation using it, but there isn't one.
I figure we can make our own, but I don't even know where to begin. Any ideas?