Asynchronous I/O that doesn’t get in your way, written in D
Struct Attribute
A single node attribute.
structAttribute;
Attributes are key-value pairs, where the value can either be empty
(considered as a Boolean value of true), a string with optional
string interpolations, or a D expression (stored as a single
interpolationAttributeContent).