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
+6
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ The namespace exports the following:
104
104
- <spanclass="signature">[`strided2array( N, x, stride, offset )`][@stdlib/array/base/from-strided]</span><spanclass="delimiter">: </span><spanclass="description">convert a strided array to a non-strided generic array.</span>
105
105
- <spanclass="signature">[`getter( dtype )`][@stdlib/array/base/getter]</span><spanclass="delimiter">: </span><spanclass="description">return an accessor function for retrieving an element from an indexed array-like object.</span>
106
106
- <spanclass="signature">[`incrspace( start, stop, increment )`][@stdlib/array/base/incrspace]</span><spanclass="delimiter">: </span><spanclass="description">generate a linearly spaced numeric array according to a provided increment.</span>
107
+
- <spanclass="signature">[`indexOf( x, searchElement, fromIndex, equalNaNs )`][@stdlib/array/base/index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the first element which equals a provided search element.</span>
108
+
- <spanclass="signature">[`lastIndexOf( x, searchElement, fromIndex, equalNaNs )`][@stdlib/array/base/last-index-of]</span><spanclass="delimiter">: </span><spanclass="description">return the index of the last element which equals a provided search element.</span>
107
109
- <spanclass="signature">[`last( x )`][@stdlib/array/base/last]</span><spanclass="delimiter">: </span><spanclass="description">return the last element of an array-like object.</span>
0 commit comments