current

fun <A> Node<A>.current(): A(source)

Utility to get the current value of a node.

Should only be used internally. For high-level application purposes please use SampleScope.currentValue or SampleScope.sampleValue instead.