Expand description
A Forest<T> is a data structure used to represent a heirarchy. The heirachy is stored within
the container, allowing T to be any type that can be stored in a normal collection.
A Forest<T> is a data structure used to represent a heirarchy. The heirachy is stored within
the container, allowing T to be any type that can be stored in a normal collection.