Repeat the given string n times. Fastest implementation for repeating a string.
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Create an array by repeating the given value n times.
Convert two value syntax for repeat-style into one value.