Type Definition shakmaty::MoveList [] [src]

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

A stack-allocated container to hold legal moves.