Umesh Kumar
Umesh Kumar
Hi @larsga Thank you for bringing it up. My only concern, if we go with the function, was an unnecessary list being created in case the user doesn't want to...
I noticed that `*` operator works with `string`s too. `e.g. "a"*5 = "aaaaa"` Was it not intended? (I'm not able to find it in the documentation). However it doesn't work...
> Having * work with strings was deliberate. It's even used in the built-in example in the playground. :) How did I miss that 😶 > But if it doesn't...