depth

val <T, L> Node<T, L>.depth: Int

Number of parents before hitting the root Node. If this is the root, then this is 0.