Element.writeToAppender

This is the actual implementation used by toString. You can pass it a preallocated buffer to save some time. Note: the ordering of attributes in the string is undefined. Returns the string it creates.

class Element
const
string
writeToAppender
(
Appender!string where = appender!string()
)
Suggestion Box / Bug Report