ShModule

Members

Functions

_
auto _()

Access to self.

base
auto base()

A basic building block with no content.

comment
Comment comment(string comment)

Make a Comment followed by a separator.

empty
auto empty()

An empty node holdig other nodes.

stmt
auto stmt(string stmt_, Flag!"addSep" separator = Yes.addSep)

Make a statement with an optional separator.

suite
auto suite(string headline, Flag!"addSep" separator = Yes.addSep)

Make a suite/block as a child of "this" with an optional separator.

text
auto text(string content)

Make a raw Text.

Meta