Create and initialize an array of length n with integers from 0 to n-1
The desired array length
Optional
A desired minimum number from which the created array starts
An array of integers from min to min+n
Array
Create and initialize an array of length n with integers from 0 to n-1