Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "strided/base/unary/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

Unary

Unary: (value: any) => any

Callback invoked for each indexed strided array element.

param

strided array element

returns

result

Type declaration

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Variables

unary

unary: Routine

Applies a unary callback to elements in a strided input array and assigns results to elements in a strided output array.

param

array-like object containing one input array and one output array

param

array-like object containing a single element, the number of indexed elements

param

array-like object containing the stride lengths for the input and output arrays

param

unary callback