isValid method

bool isValid(
  1. MemoryPointer<RType> p
)

Implementation

bool isValid(MemoryPointer p) => !deref(p).isNull;