File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,14 @@ console.log( arr );
149149
150150<section class =" related " >
151151
152+ * * *
153+
154+ ## See Also
155+
156+ - [ ` @stdlib/utils/pop ` ] [ @stdlib/utils/pop ] : remove and return the last element of a collection.
157+ - [ ` @stdlib/utils/push ` ] [ @stdlib/utils/push ] : add one or more elements to the end of a collection.
158+ - [ ` @stdlib/utils/shift ` ] [ @stdlib/utils/shift ] : remove and return the first element of a collection.
159+
152160</section >
153161
154162<!-- /.related -->
@@ -220,6 +228,16 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
220228
221229[ mdn-object ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object
222230
231+ <!-- <related-links> -->
232+
233+ [ @stdlib/utils/pop ] : https://github.com/stdlib-js/utils-pop
234+
235+ [ @stdlib/utils/push ] : https://github.com/stdlib-js/utils-push
236+
237+ [ @stdlib/utils/shift ] : https://github.com/stdlib-js/utils-shift
238+
239+ <!-- </related-links> -->
240+
223241</section >
224242
225243<!-- /.links -->
You can’t perform that action at this time.
0 commit comments