ValidMoves typedef

ValidMoves = IMap<SquareId, ISet<SquareId>>

Sets of each valid destinations for an origin square.

Implementation

typedef ValidMoves = IMap<SquareId, ISet<SquareId>>;