Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "array/pool/docs/types/index.d"

Index

Interfaces

Type aliases

Variables

Type aliases

TypedArrayOrNull

TypedArrayOrNull: RealOrComplexTypedArray | null

Typed array or null.

Variables

ArrayBuffer

ArrayBuffer: ArrayBufferConstructor

Export assignment typedarraypool

typedarraypool: Pool

Returns an uninitialized typed array.

Notes

  • Memory is not initialized.
  • Memory is lazily allocated.
  • If the function returns null, the function was unable to allocate a new typed array from the typed array pool (most likely due to insufficient memory).
param

an array length or an array-like object

param

data type (default: 'float64')

returns

typed array or null