Type Definition shakmaty::MoveList [] [src]

type MoveList = ArrayVec<[Move; 512]>;

A stack allocated container for legal moves.