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.
91 lines (42 loc) • 1.19 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [ITypedArrayTupleFactory](./rc-js-util.itypedarraytuplefactory.md)
## ITypedArrayTupleFactory interface
Defines utility methods for creating typed array tuples.
**Signature:**
```typescript
export interface ITypedArrayTupleFactory<TArray extends ATypedArrayTuple<number, TTypedArray>, TCtorArgs extends number[]>
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[elementCount](./rc-js-util.itypedarraytuplefactory.elementcount.md)
</td><td>
`readonly`
</td><td>
number
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[createOne(args)](./rc-js-util.itypedarraytuplefactory.createone.md)
</td><td>
</td></tr>
<tr><td>
[createOneEmpty()](./rc-js-util.itypedarraytuplefactory.createoneempty.md)
</td><td>
</td></tr>
</tbody></table>