How does that help over a more traditional solutio...
# language-proposals
d
How does that help over a more traditional solution like
ObservableInt.toDouble(): Double { ... }
? Is it just that the
as
syntax is nicer?