I have a need for an algorithm that's like the existing CombineLatest, but for an array of upstream async sequences that all share the same element type.
The number of upstream is not known at build time, so this isn't an ask for CombineLatest with variadic generics.