func (self *AvlNode) ChildCount() int { return types.DoChildCount(self) }
func (self *ImmutableAvlNode) ChildCount() int { return types.DoChildCount(self) }