@stdlib/string-base-for-each-code-point-right
Invoke a function for each Unicode code point in a string, iterating from right to left.
Invoke a function for each Unicode code point in a string, iterating from right to left.
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.
Invoke a function for each Unicode code point in a string.
Invoke a function for each character in a string.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.
Invoke a function for each element in a collection and update the collection in-place.
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
Invoke a function n times and return an array of accumulated function return values.
Test whether all elements in a collection fail a test implemented by a predicate function.
Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.
Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.
Invoke a function once for each element in a collection.
Invoke a function once for each element in a collection, iterating from right to left.
Apply a function against an accumulator and each element in a collection and return the accumulated result.
Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.
Test whether a collection contains `n` elements which pass a test implemented by a predicate function.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.