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.
56 lines (26 loc) • 652 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IPointer](./rc-js-util.ipointer.md)
## IPointer interface
An object which has a pointer to some shared memory location.
**Signature:**
```typescript
export interface IPointer
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[pointer](./rc-js-util.ipointer.pointer.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
</tbody></table>