Discussion 解説
If the collection is empty, the value of this property is nil
.
コレクションが空であるならば、このプロパティはnil
です。
Complexity: O(1) 計算量:O(1)
Availability
Technology
var last: UInt
? { get }
If the collection is empty, the value of this property is nil
.
コレクションが空であるならば、このプロパティはnil
です。
Complexity: O(1) 計算量:O(1)