lineage

open fun lineage(): Sequence<T>(source)

Returns a sequence of nodes from the current node up to the root.

Report a problem