the question is: *how could I parametrize the refe...
# announcements
d
the question is: how could I parametrize the reference to
childNodeBlock
?
, something like
private fun <T> Node.childNodeBlock( block: (child: Node) -> T ) = block(this )