Support for String multiplication by number to repeat string?

I like "*".repeated(30) pretty well. It reads nicely. I slightly prefer "*" * 30, but I'm not married to it.

1 Like