PathTree.put

Assign $(D_PSYMBOL data) to a node specified by $(D_PSYMBOL path). If that node already had value, replace it with $(D_PSYMBOL data), but increment value version and keep reference to previous value.

class PathTree(Data)
void
put
(
string path
,
Data data
)

Meta