ShModule

Undocumented in source.

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.

shebang
auto shebang(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
stmt
auto stmt(string stmt_, Flag!"addSep" separator)

Make a statement with an optional separator.

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

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

text
auto text(string content)

Make a raw Text.

Mixins

__anonymous
mixin Attrs
Undocumented in source.

Meta