effect icon indicating copy to clipboard operation
effect copied to clipboard

Array fromIterable mapfn

Open steida opened this issue 1 year ago • 0 comments

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

steida avatar Apr 16 '24 18:04 steida