ptrValue property

  1. @tryInline
Pointer<T> get ptrValue

Implementation

@tryInline
Pointer<T> get ptrValue => value;
  1. @tryInline
set ptrValue (Pointer<T> ptr)

Implementation

@tryInline
set ptrValue(Pointer<T> ptr) => value = ptr;