# Functions
NewTree returns a Tree.
# Variables
ErrDupItem means adding duplicated item.
ErrDupSlash means item is started with more than one slash.
ErrEmptyItem means adding empty item.
ErrInvalidState means search tree is in an invalid state.
ErrNotFromRoot means path is not starting with slash.
NotFound is used to hold the not found result.