constexpr I begin() const requires std::copyable<I>;
constexpr I begin() requires (!std::copyable<I>);
获得指向 subrange 开头的迭代器。
subrange
begin_
std::move(
)