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.

118 lines (53 loc) 1.26 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; [ITypedArrayCtor](./rc-js-util.itypedarrayctor.md) ## ITypedArrayCtor interface **Signature:** ```typescript export interface ITypedArrayCtor<T> ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> [BYTES\_PER\_ELEMENT](./rc-js-util.itypedarrayctor.bytes_per_element.md) </td><td> `readonly` </td><td> number </td><td> </td></tr> <tr><td> [prototype](./rc-js-util.itypedarrayctor.prototype.md) </td><td> `readonly` </td><td> T </td><td> </td></tr> </tbody></table> ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [(new)(length)](./rc-js-util.itypedarrayctor._new_.md) </td><td> </td></tr> <tr><td> [(new)(array)](./rc-js-util.itypedarrayctor._new__1.md) </td><td> </td></tr> <tr><td> [(new)(buffer, byteOffset, length)](./rc-js-util.itypedarrayctor._new__2.md) </td><td> </td></tr> </tbody></table>