count
The number of elements contained within this container.
Declaration
var count: Int? { get }Discussion
If the number of elements is unknown, the value is nil.
The number of elements contained within this container.
var count: Int? { get }If the number of elements is unknown, the value is nil.