pub type ScoreCollection<const N: usize> = Vec<MctsScore<N>>;
pub struct ScoreCollection<const N: usize> { /* private fields */ }