Constructor
new Pointer(contents)
Construct a pointer.
Parameters:
| Name | Type | Description |
|---|---|---|
contents |
T | The contents of the pointer |
- Source:
A pointer
Construct a pointer.
| Name | Type | Description |
|---|---|---|
contents |
T | The contents of the pointer |