Preparing search index...
The search index is not available
4bitlabs Low-Level Bit/Byte Utilities
4bitlabs Low-Level Bit/Byte Utilities
@4bitlabs/vector
BigTypedArrayConstructor
Interface BigTypedArrayConstructor<T>
A constructor of a
TypedArray
class.
interface
BigTypedArrayConstructor
<
T
>
{
new BigTypedArrayConstructor
new
(
length
?:
number
)
:
T
;
}
Type Parameters
T
extends
BigTypedArray
Index
Constructors
constructor
Constructors
constructor
new
Big
Typed
Array
Constructor
(
length
?
)
:
T
Parameters
Optional
length
:
number
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
4bitlabs Low-Level Bit/Byte Utilities
Loading...
A constructor of a TypedArray class.