pyautark (soon)
@urban-toolkit/autk-core / TypedArrayConstructor
Type Alias: TypedArrayConstructor
TypedArrayConstructor =
Float32ArrayConstructor|Float64ArrayConstructor|Int8ArrayConstructor|Int16ArrayConstructor|Int32ArrayConstructor|Uint8ArrayConstructor|Uint8ClampedArrayConstructor|Uint16ArrayConstructor|Uint32ArrayConstructor
Defined in: types-buffer.ts:34
Constructors for the supported TypedArray views.
Use this alias when code needs to allocate or re-create buffer views from a shared binary source without narrowing to a single numeric representation.