As you consume the iterator, it calls is_sep(&element) for each element in the slice. ... After the first n-1 slices are found, is_sep is not called again.
確定! 回上一頁