Pointer<T> constructor

const Pointer<T>(
  1. int addr
)

Implementation

const Pointer(this.addr);