Tree is a library for working with nested data structures.
copied from cf-staging / dm-treeconda install conda-forge::dm-tree
conda install conda-forge/label/broken::dm-tree
conda install conda-forge/label/dm-tree_dev::dm-tree
tree is a library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows to apply a function to each "leaf" preserving the overall structure.