children

Create a rule that affects the children of a node. To be placed inside a regular rule.

A children rule creates a "breadcrumb" which is a tag applied to the node that tracks all children rules affecting it, including all children rules it has spawned. Every node will then activate corresponding rules

template children(T : Node = Node, tags...)
@safe
children
(
Ts...
)
()

Members

Functions

children
ChildrenRule children(Ts fields)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta