template::util::lnest (public)
template::util::lnest listref value next [ args... ]
Defined in packages/acs-templating/tcl/util-procs.tcl
Recursive procedure for building a hierarchical or multidimensional data structure in a list.
- Parameters:
- listref (required)
- value (required)
- Either a list or scalar value to store in the list.
- next (required)
- A key value that determines the next node to traverse outward in the data structure.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.