Sure, that's better, thanks. Interesting that `("...
# getting-started
d
Sure, that's better, thanks. Interesting that
("a".."z").map{ it }
doesn't work (compiler error), can't map a String range.
i
That's because there are infinitely many strings that fall in range between "a" and "z"
👆 1
👍 1