Add Key Value Pair Data Type for easier Dictionary iteration
Currently to iterate a dictionary with unknown keys (think generic function), I need to get a list of keys, then iterate that list to get the associated value. I have to do this as I have no guarantee of the order of keys and value from each values's list call, so I cannot guarantee those indices...
STATUS DETAILS
New
