This PR adds a repeat function to the Arrays class. This is then also immediately used by the createDoubleArrayOfOnes for backwards compatibility.
Since this PR does add to the API (but in a backwards compatible manner), we should then increase the MINOR version, not the PATCH version, i.e. version 1.2.0.
This PR adds a
repeat
function to theArrays
class. This is then also immediately used by thecreateDoubleArrayOfOnes
for backwards compatibility.Since this PR does add to the API (but in a backwards compatible manner), we should then increase the MINOR version, not the PATCH version, i.e. version 1.2.0.