Module pleco::board::board_state[][src]

Contains the BoardState structure for the Board. Helps to preserve the previous state of the board without needing to re-compute information.

As the BoardState is automatically created for each position of the Board, there is little need for interacting directly with this module.

See this blog post for more information about the design of the BoardState.

Structs

BoardState

Holds useful information concerning the current state of the Board.