You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/array/one-to/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,15 @@ console.log( y );
142
142
143
143
<sectionclass="related">
144
144
145
+
* * *
146
+
147
+
## See Also
148
+
149
+
- <spanclass="package-name">[`@stdlib/array/full`][@stdlib/array/full]</span><spanclass="delimiter">: </span><spanclass="description">create a filled array having a specified length.</span>
150
+
- <spanclass="package-name">[`@stdlib/array/ones`][@stdlib/array/ones]</span><spanclass="delimiter">: </span><spanclass="description">create an array filled with ones and having a specified length.</span>
151
+
- <spanclass="package-name">[`@stdlib/array/one-to-like`][@stdlib/array/one-to-like]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.</span>
152
+
- <spanclass="package-name">[`@stdlib/array/zero-to`][@stdlib/array/zero-to]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero.</span>
0 commit comments