Function decompress

Source
pub fn decompress<R: Read>(input: R, plies: i32) -> Result<Vec<Move>, Error>
Expand description

Decompress a given number of moves from the starting position.