avoiding namespace pollution is implicit here sinc...
# compose
a
avoiding namespace pollution is implicit here since
@Composable
functions can only be called from other
@Composable
functions - yes, we don't want that pollution either 🙂
t
I know, but
state
is not a
@Composable
function
and also a very popular local variable name
a
the plan is for it to become a very related construct that plays by the same rules, part of dropping the unary + operator