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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,14 @@ console.log( out );
180
180
181
181
<sectionclass="related">
182
182
183
+
* * *
184
+
185
+
## See Also
186
+
187
+
- <spanclass="package-name">[`@stdlib/array-mskput`][@stdlib/array/mskput]</span><spanclass="delimiter">: </span><spanclass="description">replace elements of an array with provided values according to a provided mask array.</span>
188
+
- <spanclass="package-name">[`@stdlib/array-place`][@stdlib/array/place]</span><spanclass="delimiter">: </span><spanclass="description">replace elements of an array with provided values according to a provided mask array.</span>
189
+
- <spanclass="package-name">[`@stdlib/array-take`][@stdlib/array/take]</span><spanclass="delimiter">: </span><spanclass="description">take elements from an array.</span>
0 commit comments