Discussion 解説
Until reaching the number of elements to include, this iterator calls next()
on its base iterator and passes through the result. After reaching the maximum number of elements, subsequent calls to next()
return nil
.
抜かす要素の数に到達するまで、このイテレータは、next()
をそれの基底イテレータ上で呼び出します、そして結果を廃棄します。要素の最大数に到達した後、next()
へのその後の呼び出しはnil
を返します。