Daniel-Constantin Mierla writes:
As an option to implement now, try using hash table to
store attributes
using keys like:
$sht(t=>$T(id_label)::$T(id_index)::$T(branch_index)::ru) = $ru;
$sht(t=>$T(id_label)::$T(id_index)::$T(branch_index)::du) = $du;
...
Then use them to create the new branch.
i'm making good progress with the above approach except that there seems
to be no way to set ruid of the new branch nor get or set path and
instance.
-- juha