var isEmpty : Bool
A Boolean value that indicates whether the dictionary is empty.
辞書が空かどうかを指し示すブール値。
var count: Int
The number of key-value pairs in the dictionary.
辞書の中のキー値ペアの数。
Availability
Technology
var capacity: Int
{ get }
var isEmpty : Bool
var count: Int