Join Slack
Powered by
Sure, that's better, thanks. Interesting that `("...
# getting-started
d
davec
03/05/2019, 12:56 AM
Sure, that's better, thanks. Interesting that
("a".."z").map{ it }
doesn't work (compiler error), can't map a String range.
i
ilya.gorbunov
03/05/2019, 2:15 AM
That's because there are infinitely many strings that fall in range between "a" and "z"
👆 1
👍 1
2
Views
Open in Slack
Previous
Next