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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,7 @@ has 2 names, one for each of its inner fields.
Struct types nested in compound types must also be be named.
#### Structs within Maps
If a Map contains Structs, the Struct fields must be named. For example the following Map
If a Map contains Structs, either as keys or values or both, the Struct fields must be named. Keys are named before values. For example the following Map