util_subset_p (public)
util_subset_p list1 list2
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Tests whether list1 is a subset of list2.
- Parameters:
- list1 (required)
- list2 (required)
- Returns:
- 1 if list1 is a subset of list2.
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- util_subset_p