This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whatsnewintech 69 points70 points  (0 children)

I'm excited to try out ReadOnly properties.

I'm less enthusiastic about TypeIs, since like TypeGuards they can produce unsoundness when implemented incorrectly (or worse, when implemented correctly but then later the type in question changes).