Can somebody explain me how does the dictionary type works? My recent experiences are with Unity/C# dictionaries, and I would like to know the differences with GDScript dictionaries, because I have the impression that they are more like structs and not a key,value pair.