Hacker News new | past | comments | ask | show | jobs | submit login

Do you mean pass in a type?

    type NonEmptyArray<T> = [T, ...T[]];



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 ?


No, unfortunately it will just be number[] as the return type.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: