Skip to content

Commit 740324b

Browse files
committed
Add note
1 parent b5b93c0 commit 740324b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/utils/map/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ The applied function is provided the same arguments as with [`map`](#fcn-map).
191191

192192
- When applying a function to [`ndarray`][@stdlib/ndarray/ctor]-like objects, performance will be best for [`ndarray`][@stdlib/ndarray/ctor]-like objects which are single-segment contiguous. For non-contiguous arrays, see [`@stdlib/ndarray/base/unary`][@stdlib/ndarray/base/unary].
193193

194+
- Both functions do **not** skip `undefined` elements.
195+
194196
</section>
195197

196198
<!-- /.notes -->

0 commit comments

Comments
 (0)