Key에 무엇이든 담을 수있는 Dictionary를 만드는 방법? 또는 보유 할 수있는 모든 가능한 유형 Dictionary키 유형을 제한하지 않는 을 만들고 싶습니다 (예 NSDictionary:) 그래서 나는 시도했다 var dict = Dictionary() 과 var dict = Dictionary() 결과 error: type 'Any' does not conform to protocol 'Hashable' var dict = Dictionary() ^ :5:12: error: cannot convert the expression's type '' to type '$T1' var dict = Dictionary() ^~~~~~~~~~~~~~~~~~~~~~ 네, 사용 할게요 Hashable var..