clone method

Implementation

GroupElementP1P1 clone() {
  return GroupElementP1P1.uncheck(
    x: x.clone(),
    y: y.clone(),
    z: z.clone(),
    t: t.clone(),
  );
}