Is there a way to tell compiler my computed proper...
# getting-started
u
Is there a way to tell compiler my computed property is "stable" so it can smart cast after a
is
check (without capturing to a local variable)? (Because it is in practise) .. contracts maybe?
m
I don't think there is now. But the new work they are planning for immutability should allow it.

https://youtu.be/qpM3_ymNkP8?feature=shared

👍 1