You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
store = struct {todos: [struct {value:"do some work"}, 9]}
for t in store{
println(t.key + " " + to_string(t.value)) } # works if the closing bracket is on next line