MoveList

Type Alias MoveList 

Source
pub type MoveList = ArrayVec<Move, MAX_MOVES>;
Expand description

MoveList is a container that can hold at most MAX_MOVES, the most number of moves per any chess position. Mainly used for holding all the legal or pseudo-legal moves for any single chess position.

Aliased Typeยง

#[repr(C)]
pub struct MoveList { /* private fields */ }