Tag.toSdl

Writes the tag as standard SDL to sink. It will write the open brace '{' but since the tag does not have a knowledge about it's children, its up to the caller to write the close brace '}' after it writes the children to the sink.

struct Tag
void
toSdl
(
S
string indent = " "
)
()
if (
isOutputRange!(S, const(char)[])
)

Meta