UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

14 lines (8 loc) 686 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [TFullSetTypedArrayCtor](./rc-js-util.tfullsettypedarrayctor.md) ## TFullSetTypedArrayCtor type All possible typed arrays constructors. BigInt variants are not well-supported. **Signature:** ```typescript export type TFullSetTypedArrayCtor = Float64ArrayConstructor | Float32ArrayConstructor | BigInt64ArrayConstructor | BigUint64ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Int16ArrayConstructor | Uint16ArrayConstructor | Int8ArrayConstructor | Uint8ArrayConstructor | Uint8ClampedArrayConstructor; ```