UNPKG

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.

157 lines (70 loc) 1.89 kB
<!-- 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> [byteSize](./rc-js-util.itypedarraytuplefactory.bytesize.md) </td><td> `readonly` </td><td> number </td><td> </td></tr> <tr><td> [elementCount](./rc-js-util.itypedarraytuplefactory.elementcount.md) </td><td> `readonly` </td><td> number </td><td> </td></tr> <tr><td> [numberId](./rc-js-util.itypedarraytuplefactory.numberid.md) </td><td> `readonly` </td><td> [ENumberIdentifier](./rc-js-util.enumberidentifier.md) </td><td> </td></tr> <tr><td> [vectorId](./rc-js-util.itypedarraytuplefactory.vectorid.md) </td><td> `readonly` </td><td> [EVectorIdentifier](./rc-js-util.evectoridentifier.md) </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> <tr><td> [createShared(wrapper, owner)](./rc-js-util.itypedarraytuplefactory.createshared.md) </td><td> </td></tr> </tbody></table>