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.
82 lines (38 loc) • 965 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ATypedArrayTuple](./rc-js-util.atypedarraytuple.md) > [(constructor)](./rc-js-util.atypedarraytuple._constructor_.md)
## ATypedArrayTuple.(constructor)
Constructs a new instance of the `ATypedArrayTuple` class
**Signature:**
```typescript
constructor(_bufferOrLength?: number | ArrayBufferLike, _offset?: number, _length?: number);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
\_bufferOrLength
</td><td>
number \| ArrayBufferLike
</td><td>
_(Optional)_
</td></tr>
<tr><td>
\_offset
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
<tr><td>
\_length
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
</tbody></table>