@stdlib/array-base-last
Return the last element of an array-like object.
Return the last element of an array-like object.
Return the index of the last element which equals a provided search element.
Generate a linearly spaced numeric array.
Generate a logarithmically spaced numeric array.
Apply a mask to a provided input array.
Apply a mask to a provided input array.
Replace elements of an array with provided values according to a provided mask array.
Apply a mask to a provided input array.
Apply a mask to a provided input array and map the unmasked values according to a callback function.
Flatten a four-dimensional nested array.
Flatten a four-dimensional nested array according to a callback function.
Flatten a five-dimensional nested array.
Flatten a five-dimensional nested array according to a callback function.
Reverse the order of elements along the last dimension of a two-dimensional nested input array.
Reverse the order of elements along the last dimension of a three-dimensional nested input array.
Reverse the order of elements along the last dimension of a four-dimensional nested input array.
Reverse the order of elements along the last dimension of a five-dimensional nested input array.
Reverse the order of elements along the first dimension of a two-dimensional nested input array.
Reverse the order of elements along the second-to-last dimension of a three-dimensional nested input array.
Reverse the order of elements along the second-to-last dimension of a four-dimensional nested input array.