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.addContents

Appends a list of contents.

void addContents (
  const(AttributeContent)[] contents
) nothrow @safe;

If the list of contents starts with a text AttributeContent, then this first part will be appended using the same rules as for addText. The remaining parts will be appended normally.

Authors
Copyright
License