invoke

operator fun <N : Node> N.invoke(block: N.() -> Unit): N

Removes the need to use .apply { ... } when building scene graphs.