write<V> abstract method

void write<V>(
  1. MemoryPointer<RType> p,
  2. int offset,
  3. V? value
)

Write a value of RType into a p at given offset.

Implementation

void write<V>(MemoryPointer p, int offset, V? value);