Discussion 議論
The default implementation returns 0. If you provide your own implementation, make sure to compute the value nondestructively. 省略時の実装は、0 を返します。あなたがあなた独自の実装を提供するならば、値を非破壊的に計算することを確実にしてください。
Complexity
O(1), except if the sequence also conforms to Collection
. In this case, see the documentation of Collection
.