Module trees::size

source ·

Structs

A struct keeping the node’s children count and all its descendants count for resource management purpose. Note that u32 is utilized rather than usize, because 4194304K ought to be enough for anybody.