Emptiness tester
[data/dictionary/Emptiness tester]
Tests whether the specified dictionary is empty.
Keywords: dictionary, dict, is, empty
Input ports
dict:
{string: any}
Receives the dictionary to test.
Output ports
empty:
boolean
Sends whether the input dictionary is empty.
Last updated