Generates an array of consecutive integers starting at 0
npm install iota-arraystd::iota() or the similarly named function in APL. npm install iota-array
``javascript
console.log(require("iota-array")(3))
//Prints:
//
// [0,1,2]
//
`
of n sequential integers starting from 0.*
n` the length of the array to constructReturns: An array of n sequential integers starting at 0