Join Slack
Powered by
he probably means, like, why does `setOf("1", "2",...
# getting-started
k
kevinmost
06/30/2016, 11:36 PM
he probably means, like, why does
setOf("1", "2", "3").map { it.toInt() }
return
List<Int>
instead of
Set<Int>
Open in Slack
Previous
Next