vibe.d beta banner
get vibe.d
0.10.0

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

Function Attribute.addText

Appends raw text to the attribute.

void addText (
  string str
) nothrow @safe;

If the attribute already has contents and the last piece of content is also text, then the text will be appended to the value of that AttributeContent. Otherwise, a new AttributeContent will be appended to contents.

Authors
Copyright
License