Closed
Description
amb()
should declare that it subscribes to the supplied observables in the order of the iterable/array. ambWith()
should declare that it subscribes to the host observable before the supplied 'other' observable.
This allows consumers to explicitly rely on this ordering and a deviation from it to be a bug.