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: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -235,6 +235,7 @@ The namespace exports the following:
235
235
- <spanclass="signature">[`unary5d( arrays, shape, fcn )`][@stdlib/array/base/unary5d]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary callback to elements in a five-dimensional nested input array and assign results to elements in a five-dimensional nested output array.</span>
236
236
- <spanclass="signature">[`unarynd( arrays, shape, fcn )`][@stdlib/array/base/unarynd]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary callback to elements in an n-dimensional nested input array and assign results to elements in an n-dimensional nested output array.</span>
237
237
- <spanclass="signature">[`unitspace( start, stop )`][@stdlib/array/base/unitspace]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1.</span>
238
+
- <spanclass="signature">[`arrayWith( x, index, value )`][@stdlib/array/base/with]</span><spanclass="delimiter">: </span><spanclass="description">return a new array with the element at the specified index replaced with a provided value.</span>
238
239
- <spanclass="signature">[`zeroTo( n )`][@stdlib/array/base/zero-to]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array whose elements increment by 1 starting from zero.</span>
239
240
- <spanclass="signature">[`zeros( len )`][@stdlib/array/base/zeros]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled "generic" array.</span>
240
241
- <spanclass="signature">[`zeros2d( shape )`][@stdlib/array/base/zeros2d]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled two-dimensional nested array.</span>
0 commit comments