type NodeStats<'n, N> = HashMap<Identifier<'n, N>, NodeEvaluation>;Expand description
A map that contains the evaluation stats of TreeNodes by their identifiers.
Aliased Typeยง
struct NodeStats<'n, N> { /* private fields */ }type NodeStats<'n, N> = HashMap<Identifier<'n, N>, NodeEvaluation>;A map that contains the evaluation stats of TreeNodes by their identifiers.
struct NodeStats<'n, N> { /* private fields */ }