Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 24, 2023
1 parent 5849b0d commit 6f5bad8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions to-grapheme-cluster-iterator-right/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,13 @@ while ( true ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/array/to-iterator-right`][@stdlib/array/to-iterator-right]</span><span class="delimiter">: </span><span class="description">create an iterator from an array-like object, iterating from right to left.</span>
- <span class="package-name">[`@stdlib/string/to-grapheme-cluster-iterator`][@stdlib/string/to-grapheme-cluster-iterator]</span><span class="delimiter">: </span><span class="description">create an iterator which iterates over grapheme clusters.</span>

</section>

<!-- /.related -->
Expand All @@ -219,6 +226,14 @@ while ( true ) {

[unicode-text-segmentation]: http://www.unicode.org/reports/tr29/

<!-- <related-links> -->

[@stdlib/array/to-iterator-right]: https://github.com/stdlib-js/array-to-iterator-right

[@stdlib/string/to-grapheme-cluster-iterator]: https://github.com/stdlib-js/string/tree/main/to-grapheme-cluster-iterator

<!-- </related-links> -->

</section>

<!-- /.links -->

0 comments on commit 6f5bad8

Please sign in to comment.