I know this might have been answered before, but I couldn\'t find anything when i searched.
So i have a dictionary that looks like this:
var dict = [Stri
guard var furniture = dict["Furniture"] else { //oh shit, there was no "Furniture" key } furniture.removeAtIndex(1) dict["Furniture"] = furniture