English | 简体中文
Depend on pure C++20 and its STL.
- C++17 for
std::variant
, fold expression, structured bind, initializers forif
, and etc. - C++20 for
contains
ofstd::unordered_set
,starts_with
andends_with
ofstd::string
mkdir -p _build && cd _build
cmake ..
make