ws::snapshot::Snapshot method listDiff (protected)

 <instance of ws::snapshot::Snapshot[i]> listDiff a b

Defined in /usr/local/ns/tcl/nsshell/snapshot.tcl

Compute differences between dicts

Parameters:
a
b

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
return [lmap x $a {if {$x in $b} continue; set x}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: