Example #1
0
 private static string ToUci(Move move, MoveGenerator moveGenerator = null) => move.ToString();
Example #2
0
 private static string ToUci(Move move, IPosition pos = null) => move.ToString();