# Functions
Create a new BinaryTree and return it.
# Structs
BinaryTree is a generic binary tree.
No description provided by the author
An iteration type that allows a for loop to walk the tree inorder.
# Type aliases
No description provided by the author