operator + method

Pointer<T> operator +(
  1. int offset
)

Implementation

Pointer<T> operator +(int offset) => Pointer<T>(addr + offset);