elementAt method

Pointer elementAt(
  1. int index
)

Implementation

Pointer elementAt(int index) => Pointer(addr + index, size, safe: safe);