DOMBuilder.enter

Same as cursor.enter. When entering a node, that node is automatically built into the DOM, so that its children can then be safely built if needed.

struct DOMBuilder(T)
bool
enter
()

Meta