[][src]Function myopic_board::parse::partial_uci

pub fn partial_uci<B: MutBoard>(
    start: &B,
    moves: &String
) -> Result<Vec<Move>, String>

Extracts the moves encoded in standard pgn format starting at a custom board position.