Enum NodeContent.Kind
enum Kind
: int { ... }
Enum members
Name | Description |
---|---|
interpolation
|
A D expression that will be converted to text at runtime (escaped as necessary) |
node
|
A child node |
rawInterpolation
|
A D expression that will be converted to text at runtime (not escaped) |
text
|
Raw text (not escaped in the output) |