Tree (unittests)

- Added docs
This commit is contained in:
Tristan B. Velloza Kildaire 2024-04-27 17:13:25 +02:00
parent bf0d9569c6
commit 1caf6eaf10
1 changed files with 3 additions and 0 deletions

View File

@ -832,6 +832,9 @@ version(unittest)
}
}
/**
* Test out usage of the tree
*/
unittest
{
Tree!(string) treeOfStrings = new Tree!(string)("Top");