返回 chunk_by_view 中的當前元素。
chunk_by_view
等價於:return ranges::subrange(current_, next_)。
current_
next_
在呼叫此運算子之前,current_ 不得等於 next_,否則行為未定義。
(無)
當前元素。