height

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

Maximum number of children before hitting a leaf Node. If this is a leaf, then this is 0.