copy method

ChessFen copy()

A copy of current situation

Implementation

ChessFen copy() => ChessFen(fen);