コード例 #1
0
ファイル: avltree.go プロジェクト: jmptrader/data-structures
func (self *AvlNode) ChildCount() int {
	return types.DoChildCount(self)
}
コード例 #2
0
func (self *ImmutableAvlNode) ChildCount() int {
	return types.DoChildCount(self)
}