[][src]Module trees::size

size of a tree/forest/node, including degree and descendant node count

Structs

Size

A struct keeping the node's children count and all its descendants count for resource management purpose.