Type Definition shakmaty::MoveList[][src]

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

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