count
The number of elements in the receiver.
Declaration
var count: Int { get set }Discussion
If you increase the count, NULL values are added. If you decrease the count, elements at indexes count and greater are removed.
The number of elements in the receiver.
var count: Int { get set }If you increase the count, NULL values are added. If you decrease the count, elements at indexes count and greater are removed.