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.

46 lines (22 loc) 773 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [ITypedArrayExtensions](./rc-js-util.itypedarrayextensions.md) ## ITypedArrayExtensions interface **Signature:** ```typescript export interface ITypedArrayExtensions ``` ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [copyFromBuffer(\_memoryDataView, \_pointer, \_littleEndian)](./rc-js-util.itypedarrayextensions.copyfrombuffer.md) </td><td> </td></tr> <tr><td> [copyToBuffer(\_memoryDataView, \_pointer, \_littleEndian)](./rc-js-util.itypedarrayextensions.copytobuffer.md) </td><td> </td></tr> </tbody></table>