Closed dead-claudia closed 3 years ago
I've plenty of times wanted to do things like .map(foo => new Wrapper(foo, ...)), and that would be an easy thing to fold into this proposal as it's essentially just a small variation on function calling.
.map(foo => new Wrapper(foo, ...))
It’s already in the proposal; but we’re discussing in #11 how I don’t think it’s a compelling use case.
Okay, I'll close this in favor of that, then.
I've plenty of times wanted to do things like
.map(foo => new Wrapper(foo, ...))
, and that would be an easy thing to fold into this proposal as it's essentially just a small variation on function calling.