duplicate method

Vmo duplicate (int rights)

Implementation

Vmo duplicate(int rights) {
  return Vmo(handle!.duplicate(rights));
}