3 lines
70 B
C++
3 lines
70 B
C++
|
const auto empty_list_data = mstch::map{
|
||
|
{"jobs", mstch::array{}}
|
||
|
};
|