[][src]Function myopic_brain::parse::position_from_uci

pub fn position_from_uci(uci_moves: &str) -> Result<MutBoardImpl, String>

Return the position generated from applying the moves encoded in the given string sequentially to the standard start position.