parent

abstract fun parent(node: T): T?(source)

Returns the parent of node, or null if node is the root.