Discussion 解説
If the collection is empty, end
is equal to start
.
コレクションが空ならば、end
はstart
と等しいです。
Complexity: Amortized O(1) if the dictionary does not wrap a bridged NSDictionary
; otherwise, the performance is unspecified.
計算量:この辞書が、ブリッジされたNSDictionary
をラップしないならば均してO(1);それ以外では、性能は不特定です。