@stdlib/string-base-for-each-grapheme-cluster
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.
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.
Return the common own and inherited property names of two or more objects.
Compact adjacency matrix.
Function composition.
Constant function.
Determine the name of a value's constructor.
Convert between POSIX and Windows paths.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Generate a frequency table according to an indicator function.
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
Invoke a function until a test condition is true.
Invoke a function while a test condition is true.
Split values into two groups.
Split values into two groups according to a predicate function.
Split an object's own and inherited property values into two groups according to a predicate function.
Split an object's own property values into two groups according to a predicate function.
If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.
Invoke a function for each element in a collection and update the collection in-place.