PathTreeView.get

interface PathTreeView(Data)
final
Optional!Data
get
(
string path
)

Return Value

Type: Optional!Data

$(D_PSYMBOL some) over data stored under this exact $(D_PSYMBOL path); empty optional if no value was assigned.

Meta