custom_board

Function custom_board 

Source
pub fn custom_board<P, S>(scores: S, target: S::Output) -> Board<P, S>
where S: Index<P>, S::Output: Sized,