PlantumlBase.suite

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

The separator is inserted after the block.

mixintemplate PlantumlBase(T)
suite
(
string headline
,
Flag!"addSep" separator = Yes.addSep
)

Return Value

Type: Suite!T

Suite instance stored in this.

Meta