PathTree.resolveCoordinates

class PathTree(Data)
final
Optional!string
resolveCoordinates
(
string path
,
string upToRoot = ""
)

Return Value

Type: Optional!string

real path of the value that would be returned from $(D_PSYMBOL resolve(path)) wrapped into optional; empty if aforementioned call would result in empty optional.

Meta