Instance Property インスタンスプロパティ

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. 要素の数が未知ならば、値はnilです。