rootPathOf

fun <T : Node> rootPathOf(node: T): NodePath<T>

Returns the root path for the given node.

Return

the root path

Parameters

node

the node