Type Definition shakmaty::MoveList [] [src]

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

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