Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway09432
1183 days ago
I mean if I have a NonEmptyArray say xs, and I then xs.map(x=>2*x), will the result of this expression be a NonEmptyArray ?
1 comments
triyambakam
1181 days ago
No, unfortunately it will just be number[] as the return type.
link