Most idiomatic way to increment a character in a string, ‘1’ -> ‘2’ etc
I am creating a fen representation of a chess state as part of my chess hobby project, and I was unable to come up with a safe solution for parsing the structure.
I am creating a fen representation of a chess state as part of my chess hobby project, and I was unable to come up with a safe solution for parsing the structure.