- CLeaned up
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-02 22:23:36 +02:00
parent 36531eae70
commit 9339b87ab3
1 changed files with 1 additions and 6 deletions

View File

@ -751,12 +751,7 @@ public class Tree(T)
return false;
}
// public T opIndex(size_t idx)
// {
// return idx < this.children.length ? this.children[idx].getValue() : T.init;
// }
private static bool isTreeNodeType(E)()
{
return __traits(isSame, E, Tree!(T));