implicit

fun <T : Node> T.implicit(code: String? = null, location: PhysicalLocation? = null): T

A small helper function that can be used in building a Node with Node.isImplicit set to true. In this case, no "rawNode" exists that can be used for the node builder. But, in order to optionally supply Node.code and/or Node.location this function can be used.

This also sets Node.isImplicit to true.