I have a dictionary with Structs in it. I am trying to assign the values of the struct when I loop through the dictionary. Swift is tellin
Structs
struct
dictionary
You could loop through the array with an index
for index in 0..
that should work without getting "cannot assign"