Example #1
0
func (self *AvlNode) ChildCount() int {
	return types.DoChildCount(self)
}
Example #2
0
func (self *ImmutableAvlNode) ChildCount() int {
	return types.DoChildCount(self)
}