(no title)
JonasWanke | 2 years ago
# A struct with two tags as keys mapping to functions
httpServerStruct = [GetNextRequest: { … }, Close: { … }]
# A map with text keys
capitalCitiesMap = ["Germany": "Berlin", "France": "Paris"]JonasWanke | 2 years ago
# A struct with two tags as keys mapping to functions
httpServerStruct = [GetNextRequest: { … }, Close: { … }]
# A map with text keys
capitalCitiesMap = ["Germany": "Berlin", "France": "Paris"]
No comments yet.