Swift Dictionary Reference
Dictionary Reference
Swift 표준 라이브러리 문서에서 일부 번역했습니다. 원본주소:https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/SwiftStandardLibraryReference/Dictionary.html#//apple_ref/doc/uid/TP40014608-CH4-SW1
타입 선언
Dictionary<KeyType, ValueType>
과 같이 선언하며 보통은
[Keytype:ValueType]
으로도 쓴다. 더 보기 »Swift Dictionary Reference