[][src]Function myopic_brain::parse::partial_uci

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

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