capacity
The total number of key-value pairs that the dictionary can contain without allocating new storage.
Declaration
var capacity: Int { get }The total number of key-value pairs that the dictionary can contain without allocating new storage.
var capacity: Int { get }