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
.
計算量:O(1)、例外としてシーケンスが同様にCollection
に準拠する場合を除きます。この場合には、Collection
の文書を見てください。
Note 注意
This documentation comment was inherited from Sequence
.
この文書化コメントは、Sequence
から引き継がれました。