Initializes and fills an array with the specified value
repeat(5, 2); // [2,2,2,2,2]
Optional
Generated using TypeDoc
Initializes and fills an array with the specified value
Example