ptrFromAddress<T> function

  1. @tryInline
Pointer<T> ptrFromAddress<T>(
  1. int addr
)

Implementation

@tryInline
Pointer<T> ptrFromAddress<T>(int addr) => addr;