JSPM

Found 48 results for fcn

@stdlib/utils-nary-function

Create a function that invokes a provided function with a specified number of arguments.

  • v0.2.2
  • 34.59
  • Published

@stdlib/utils-map-function

Invoke a function n times and return an array of accumulated function return values.

  • v0.2.2
  • 27.81
  • Published

@stdlib/utils-curry

Transform a function into a sequence of functions each accepting a single argument.

  • v0.2.2
  • 27.80
  • Published

@stdlib/utils-curry-right

Transform a function into a sequence of functions each accepting a single argument.

  • v0.2.2
  • 26.32
  • Published

@stdlib/utils-uncurry

Transform a curried function into a function invoked with multiple arguments.

  • v0.2.2
  • 25.94
  • Published

@stdlib/utils-map3d

Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.

  • v0.2.2
  • 24.52
  • Published

@stdlib/utils-map-arguments

Create a function that applies arguments to a provided function after transforming arguments according to a callback function.

  • v0.2.2
  • 23.47
  • Published

@stdlib/utils-map2d

Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.

  • v0.2.2
  • 23.27
  • Published

@stdlib/utils-map4d

Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.

  • v0.2.2
  • 22.48
  • Published

@stdlib/utils-map5d

Apply a function to each nested element in a five-dimensional nested array and assign the result to a nested element in a new five-dimensional nested array.

  • v0.2.2
  • 22.28
  • Published

@stdlib/utils-map

Apply a function to each element in an array and assign the result to an element in an output array.

  • v0.2.1
  • 21.22
  • Published

@stdlib/utils-map2

Apply a function to elements in two input arrays and assign the results to an output array.

  • v0.2.1
  • 19.42
  • Published

@stdlib/utils-decorate-after

Decorate a provided function such that the function's return value is provided as an argument to another function.

  • v0.2.2
  • 19.35
  • Published

@stdlib/utils-map-right

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

  • v0.2.1
  • 16.54
  • Published

@stdlib/utils-map2-right

Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.

  • v0.2.1
  • 14.33
  • Published