#include <generator>
#include <numeric>
template <typename T>
std::generator<T> seq() noexcept {
for (T i = {};; ++i)
co_yield i;
}
template <typename T>
std::generator<T> take_until(std::generator<T>...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《mov eax,1024》 | 399字 | 1.0分钟 | 100% | 66 CPM | 6 次 | 0 | 不及格,加强练习! |
Inspirational quotes: 假如我很有钱,我就不会在这里说假如。 ——李宫俊 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |