web
You’re offline. This is a read only version of the page.
close

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...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (381)

STATUS DETAILS
New