view method

Uint64List view()

Returns an Uint64List view of this Pointer buffer.

Implementation

Uint64List view() {
  return _data.buffer.asUint64List(_data.offsetInBytes, length);
}