memcmp method

Implementation

int memcmp(MemoryPointer a, MemoryPointer b, int n)
  => a.compareBytes(b, n);