Pieces typedef

Pieces = Map<SquareId, Piece>

Representation of the piece positions on a board.

Implementation

typedef Pieces = Map<SquareId, Piece>;