Skip to content

Commit 718517d

Browse files
authored
docs: add note
Signed-off-by: Athan <[email protected]>
1 parent aa68db2 commit 718517d

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/glast-index-of

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/glast-index-of/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ var idx = glastIndexOf.ndarray( 3, 3.0, x, 1, x.length-3 );
127127
## Notes
128128

129129
- When searching for a search element, the function checks for equality using the strict equality operator `===`. As a consequence, `NaN` values are considered distinct, and `-0` and `+0` are considered the same.
130+
- Both functions support array-like objects having getter and setter accessors for array element access (e.g., [`@stdlib/array/base/accessor`][@stdlib/array/base/accessor]).
130131

131132
</section>
132133

@@ -179,6 +180,8 @@ console.log( idx );
179180

180181
[mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
181182

183+
[@stdlib/array/base/accessor]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/base/accessor
184+
182185
</section>
183186

184187
<!-- /.links -->

0 commit comments

Comments
 (0)