'''[Tcllib struct] tree''' provides a [tree] data structure. ** documentation ** * http://tcllib.sourceforge.net/doc/tree.html (ver 1.3) * http://tcllib.sourceforge.net/doc/struct_tree.html (ver 2.0) * http://docs.activestate.com/activetcl/8.5/tcllib/struct/struct_tree1.html * http://docs.activestate.com/activetcl/8.5/tcllib/struct/struct_tree.html ** Description ** This module of the [tcllib] data [struct]ures collection provides the data structure portion of a tree structure. The tcllib Tree would be more useful if nodes could be arbitrary objects (specifically, if they could be [incr Tcl] objects). To that end, I made some mods which [string map] {:: @} in the creation of [namespace] data arrays. Worth adding to the mainline? [CMCc] <> tcllib | tree