eachAfterIndexed

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