We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f0fa2 commit d896b95Copy full SHA for d896b95
README.md
@@ -44,6 +44,8 @@ Creates a new dense array with a length of `end-start` elements. `start` is incl
44
45
Creates a new dense array with `len` number of elements, from zero to `len-1`.
46
47
+If `len` is unspecified, it defaults to zero (empty array).
48
+
49
## License
50
51
MIT, see [LICENSE.md](http://github.com/mattdesl/array-range/blob/master/LICENSE.md) for details.
0 commit comments