Skip to main content

ScoreCollection

Type Alias ScoreCollection 

Source
pub type ScoreCollection<const N: usize> = Vec<MctsScore<N>>;

Aliased Typeยง

pub struct ScoreCollection<const N: usize> { /* private fields */ }