class BinaryTree::EmptyError

Defined in:

datastructure/binary_tree.cr

Constructors

Constructor Detail

def self.new(message = "Empty RedBlackTree") #

[View source]