each

inline fun <T, L> Node<T, L>.each(crossinline action: (Node<T, L>) -> Unit): Node<T, L>