Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Interfaces

Type aliases

Variables

Type aliases

Nullary

Nullary: () => any

Callback invoked for each indexed strided array element.

returns

result

Type declaration

    • (): any
    • Returns any

Variables

Export assignment nullary

nullary: Routine

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

param

array-like object containing one output array

param

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

param

array-like object containing the stride length for the output array

param

nullary callback