UnMoveList

Type Alias UnMoveList 

Source
pub type UnMoveList = ArrayVec<UnMove, 512>;
Expand description

A container for unmoves that can be stored inline on the stack.

The capacity is limited, but there is enough space to hold the legal unmoves of any chess position.

Aliased Typeยง

pub struct UnMoveList { /* private fields */ }