syncInto method

void syncInto(
  1. MemoryPointer<RType> p
)

Implementation

void syncInto(MemoryPointer p)
  => p.writePtr(derefPtr(), _offset);