fn fen_to_halfmove_clock(
board: &mut Board,
halfmove_clock: &str
) -> Result<(), String>
Expand description
Parses FEN’s halfmove clock and stores it into the board
. Returns Err with the proper error message if halfmove_clock
couldn’t be parsed.