mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
3 lines
227 B
Text
3 lines
227 B
Text
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.
|