Join Slack
Powered by
I have tried ``` interface State<out A, S> {...
# arrow
z
zceejkr
11/10/2019, 7:12 PM
I have tried
Copy code
interface State<out A, S> { val runState: (s: S) -> Pair<A, S> }
But I want to compile to JS and this only works on JVM.
Open in Slack
Previous
Next