Skip to main content

StateEvaluationCollection

Type Alias StateEvaluationCollection 

Source
pub type StateEvaluationCollection<const N: usize> = Vec<MctsStateEvaluation<N>>;

Aliased Typeยง

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