Skip to content

Commit 8806a41

Browse files
committed
Auto-generated commit
1 parent c6569ef commit 8806a41

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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 &copy; 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 -->

0 commit comments

Comments
 (0)