good first issuehelp wantedstrings
描述
I was hoping that this would work:
String(Iterators.map(c->c+1, "Hello, world"))
Instead it's a method error. We should allow the String constructor to take a generator argument.
I was hoping that this would work:
String(Iterators.map(c->c+1, "Hello, world"))
Instead it's a method error. We should allow the String constructor to take a generator argument.