Contents

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.

See Also

Managing the Collection