W3cubDocs

/D

dmd.backend.el

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
backend/el.d
struct elem;
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).

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_backend_el.html