Elems: Elems are the basic tree element. They can be either terminal elems (leaves), unary elems (left subtree exists) or binary elems (left and right subtrees exist).
See Source File
$(DMDSRC backend/_el.d)
backendlicense.txt
Copyright (C) 1985-1995 by Symantec Copyright (c) 1999-2016 by Digital Mars, All Rights Reserved
Compiler implementation of the D programming language.