write abstract method

void write(
  1. T value
)

Writes a value to the Pointer memory.

Implementation

void write(T value);