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) • 842 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ITypedArrayCtor](./rc-js-util.itypedarrayctor.md) > [(new)](./rc-js-util.itypedarrayctor._new__2.md)
## ITypedArrayCtor.(new)
**Signature:**
```typescript
new (buffer: ArrayBufferLike, byteOffset?: number, length?: number): T;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
buffer
</td><td>
ArrayBufferLike
</td><td>
</td></tr>
<tr><td>
byteOffset
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
<tr><td>
length
</td><td>
number
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
T