effect
effect copied to clipboard
Array fromIterable mapfn
What is the problem this feature would solve?
Without that, people must write globalThis.Array or rename Effect import to use Array.from with mapfn.
What is the feature you are proposing to solve the problem?
Array.from has a second mapfn arg, and because Effect Array.fromIterable uses native Array.from, it should mimic its API imho.
What alternatives have you considered?
No response