Skip to main content

MoveList

Type Alias MoveList 

Source
pub type MoveList<Spec> = <<Spec as MCTS>::State as GameState>::MoveList;
Expand description

The move list type returned by GameState::available_moves().