Function cribbage_core::custom_board[][src]

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