Question about the absence of a "data-last" API for Effect.all in the Effect Typescript library

It seems Effect.all doesn't have a "data-last" api?
Any design reason behind it?
Here, the function that's commented out is the "data-first" version, while the uncommented one (with an error) is what one would expect to be its "data-last" equivalent.
(the E. is Effect.)
image.png
Was this page helpful?