딕셔너리

    [Swift] Dictionary 파헤치기

    https://developer.apple.com/documentation/swift/dictionary Apple Developer Documentation developer.apple.com Dictionary란? Key-value 쌍의 원소로 이루어진 collection을 말한다 Declaration @frozen struct Dictionary where Key : Hashble 이전에 Optional의 구조를 살펴볼 때도 @frozen 키워드를 본 적이 있다. Future versions of the library can’t change the declaration by adding, removing, or reordering an enumeration’s cases or a structure’..