SwiftDataStructures
SwiftDataStructures copied to clipboard
Ambiguous reference to member 'subscript'
//...
self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)] = items
print(self.menu[MenuGroup(name: groupName.uppercased(), image: groupName, guid: groupGuid)])
//...
it prints nil