Join Slack
Powered by
One could argue there's also `(0 until size).map {...
# stdlib
k
karelpeeters
04/04/2018, 6:34 PM
One could argue there's also
(0 until size).map { f(it) }
for
List(size) { it }
, but it doesn't matter much.
Open in Slack
Previous
Next