copy method

ChessPos copy()

A copy of position

Implementation

ChessPos copy() => ChessPos(x, y);