@stdlib/utils-pop
Remove and return the last element of a collection.
Remove and return the last element of a collection.
Add elements from one collection to the beginning of another collection.
Return an array of an object's own enumerable and non-enumerable property names and symbols.
Tests whether every own property of an object fails a test implemented by a predicate function.
Return an array of an object's own non-enumerable property names and symbols.
Return an array of an object's own and inherited non-enumerable property names and symbols.
Return an array of an object's own non-enumerable property names.
Return an array of an object's own and inherited non-enumerable property names.
Return an array of an object's own non-enumerable symbol properties.
Return an array of an object's own and inherited non-enumerable symbol properties.
Transform a curried function into a function invoked with multiple arguments.
Add one or more elements to the beginning of a collection.
Invoke a function until a test condition is true.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Return an array of an object's own writable property names and symbols.
Return an array of an object's own and inherited writable property names and symbols.
Return an array of an object's own writable property names.