@stdlib/utils-for-each-right
Invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each element in a collection, iterating from right to left.
Invoke a function for each UTF-16 code unit in a string, iterating from right to left.
Invoke a function for each UTF-16 code unit in a string.
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.
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.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.
Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.
Create an iterator which invokes a function for each iterated value before returning the iterated value.
picker([{id:10}, {id:20}], '*.id=>[]', true) => [ 10, 20 ], ...
工具类
JavaScript轻量工具类~