PathTreeView.resolve

interface PathTreeView(Data)
final
Optional!Data
resolve
(
string path
,
string upToRoot = ""
)

Return Value

Type: Optional!Data

$(D_PSYMBOL some) over data stored under this $(D_PSYMBOL path) or its closest ancestor; empty optional if no value was assigned anywhere from that node up to the root of the tree.

Meta