Item adder
[data/invertible dictionary/Item adder]
Adds an item to an invertible dictionary. Invertible dictionaries can have multiple values assigned to a single key.
Input ports
dict:
{string: any[]}
key:
string
value:
{string: any[]}[string][number]
Output ports
dict:
{string: any[]}
Last updated