Join Slack
Powered by
is there a more concise way to do this? ``` when (...
# getting-started
p
poohbar
09/11/2018, 4:57 PM
is there a more concise way to do this?
Copy code
when (strBoolean) { "true" -> true "false" -> false else -> null }
?
2
Views
Open in Slack
Previous
Next