<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [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>
