vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum NodeContent.Kind

enum Kind : int { ... }

Enum members

NameDescription
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)
Authors
Copyright
License