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/base/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ The namespace exports the following:
109
109
- <spanclass="signature">[`every( x )`][@stdlib/array/base/every]</span><spanclass="delimiter">: </span><spanclass="description">test whether all elements in an array are truthy.</span>
110
110
- <spanclass="signature">[`fancySliceAssign( x, y, s, strict )`][@stdlib/array/base/fancy-slice-assign]</span><spanclass="delimiter">: </span><spanclass="description">assign element values from a broadcasted input array to corresponding elements in an output array.</span>
111
111
- <spanclass="signature">[`fancySlice( x, s, strict )`][@stdlib/array/base/fancy-slice]</span><spanclass="delimiter">: </span><spanclass="description">return a shallow copy of a portion of an array.</span>
112
+
- <spanclass="signature">[`fillBy( x, start, end, fcn[, thisArg] )`][@stdlib/array/base/fill-by]</span><spanclass="delimiter">: </span><spanclass="description">fill all elements within a portion of an array according to a callback function.</span>
112
113
- <spanclass="signature">[`fill( x, value, start, end )`][@stdlib/array/base/fill]</span><spanclass="delimiter">: </span><spanclass="description">fill all elements within a portion of an array with a specified value.</span>
113
114
- <spanclass="signature">[`filledBy( len, clbk[, thisArg] )`][@stdlib/array/base/filled-by]</span><spanclass="delimiter">: </span><spanclass="description">create a filled "generic" array according to a provided callback function.</span>
114
115
- <spanclass="signature">[`filled( value, len )`][@stdlib/array/base/filled]</span><spanclass="delimiter">: </span><spanclass="description">create a filled "generic" array.</span>
0 commit comments